Skip to main content
All docs
V23.1

TdxSVGPen Members

Constructors

Name Description
Create(TdxAlphaColor,Single,TPenStyle,Single) Initializes a new instance of the TdxGPPen class with specified settings. Inherited from TdxGPPen.

Properties

Name Description
Brush
DashCapStyle Specifies the graphical primitive that a TdxGPPen object adds to the beginning and end of each dash within the displayed line. Inherited from TdxGPPen.
Handle Inherited from TdxGPCustomGraphicObject.
HandleAllocated Inherited from TdxGPCustomGraphicObject.
IsEmpty Returns a value indicating the current drawing status of the line object. Inherited from TdxGPPen.
LineEndCapStyle Specifies the graphical primitive that a TdxGPPen object adds to the end of the displayed line. Inherited from TdxGPPen.
LineJoin Inherited from TdxGPPen.
LineStartCapStyle Specifies the graphical primitive that a TdxGPPen object adds to the displayed line’s origin. Inherited from TdxGPPen.
MiterLimit Inherited from TdxGPPen.
Style Specifies the pattern of the painted line. Inherited from TdxGPPen.
Width Specifies the absolute width (in pixels) of the painted line. Inherited from TdxGPPen.

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[]) Inherited from TdxGPPen.
SetTargetRect(TdxRectF) Sets the actual area painted by the brush. Inherited from TdxGPPen.
SetTargetRect(TdxGpRect) Inherited from TdxGPPen.
SetTargetRect(TRect) Inherited from TdxGPPen.
ToString Inherited from TObject.

Events

Name Description
OnChange Inherited from TdxGPCustomGraphicObject.
See Also