TdxGPPen Members
An advanced line graphic object.Constructors
Name | Description |
---|---|
Create(TdxAlphaColor,Single,TPenStyle,Single) | Initializes a new instance of the TdxGPPen class with specified settings. |
Properties
Name | Description |
---|---|
Brush | Specifies the settings of the brush used to paint the line. |
DashCapStyle | Specifies the graphical primitive that a TdxGPPen object adds to the beginning and end of each dash within the displayed line. |
Handle | Inherited from TdxGPCustomGraphicObject. |
HandleAllocated | Inherited from TdxGPCustomGraphicObject. |
IsEmpty | Returns a value indicating the current drawing status of the line object. |
LineEndCapStyle | Specifies the graphical primitive that a TdxGPPen object adds to the end of the displayed line. |
LineJoin | |
LineStartCapStyle | Specifies the graphical primitive that a TdxGPPen object adds to the displayed line’s origin. |
MiterLimit | |
Style | Specifies the pattern of the painted line. |
Width | Specifies the absolute width (in pixels) of the painted line. |
Methods
Name | Description |
---|---|
Assign(TdxGPCustomGraphicObject) | Inherited from TdxGPCustomGraphicObject. |
Clone | Inherited from TdxGPCustomGraphicObject. |
Equals(TObject) | Inherited from TObject. |
FreeHandle | Inherited from TdxGPCustomGraphicObject. |
GetHashCode | Inherited from TObject. |
HandleNeeded | Inherited from TdxGPCustomGraphicObject. |
SetDashArray(Single[]) | |
SetTargetRect(TdxRectF) | Sets the actual area painted by the brush. |
SetTargetRect(TdxGpRect) | |
SetTargetRect(TRect) | |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnChange | Inherited from TdxGPCustomGraphicObject. |
See Also