Enum VLBasicDrawLayers.TVLDrawShapeType
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabAdditionalPkg
Unit: VLBasicDrawLayers
Contents |
Syntax
Delphi:
type TVLDrawShapeType = (dsRectangle, dsRoundRectangle, dsEllipse);
C++ Builder:
enum TVLDrawShapeType {dsRectangle, dsRoundRectangle, dsEllipse};
Visual C++ (MFC):
enum CTVLDrawShapeType {dsRectangle, dsRoundRectangle, dsEllipse};
Summary
Enumerated type for selecting shape to be drawn - Rectangle, Ellipse etc..
Description
Defines enumerated type for type for selecting shape to be drawn - Rectangle, Ellipse etc..
Values
dsRectangle | Draw Rectangle. |
dsRoundRectangle | Draw Rounded Rectangle. |
dsEllipse | Draw Ellipse. |