Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

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
Show Inherited Hide Inherited

Name Description
OnChange Inherited from TdxGPCustomGraphicObject.
See Also