TdxGPPen Members
An advanced line graphic object.Constructors
| Name | Description |
|---|---|
| Create(TdxAlphaColor,Single,TPenStyle,Single,TArray<Single>,Single) |
Properties
| Name | Description |
|---|---|
| Alignment | |
| Brush | Specifies the settings of the brush used to paint the line. |
| DashArray | |
| DashCapStyle | Specifies the graphical primitive that a TdxGPPen object adds to the beginning and end of each dash within the displayed line. |
| DashOffset | |
| DashScale | |
| Handle | Inherited from TdxGPCustomGraphicObject. |
| HandleAllocated | Inherited from TdxGPCustomGraphicObject. |
| HasPattern | |
| 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. |
| GetDashArray | |
| GetDashOffset | |
| GetHashCode | Inherited from TObject. |
| GetWidth | |
| HandleNeeded | Inherited from TdxGPCustomGraphicObject. |
| 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