Skip to main content

TdxGPPath Methods

Name Description
AddArc(Single,Single,Single,Single,Single,Single)
AddBezier(TdxPointF,TdxPointF,TdxPointF,TdxPointF)
AddEllipse(TdxRectF)
AddEllipse(TRect)
AddLine(TdxPointF,TdxPointF)
AddLine(Single,Single,Single,Single)
AddPath(TdxGPPath,Boolean)
AddPath(TdxGPPath)
AddPie(Single,Single,Single,Single,Single,Single)
AddPolygon(TdxPointF[])
AddPolygon(TPoint[])
AddPolyline(PdxPointF,Integer)
AddPolyline(TdxPointF[])
AddPolyline(TPoint[])
AddRect(TdxRectF)
AddRect(TRect)
AddRoundRect(TdxRectF,Single,Single)
AddRoundRect(TRect,Integer,Integer)
AddString(string,TdxGPFont,TdxGPStringFormat,TdxPointF)
AddString(string,TdxGPFont,TdxGPStringFormat,TdxRectF)
AddString(string,TdxGPFontFamily,Integer,Single,TdxPointF,TdxGPStringFormat)
AddString(string,TdxGPFontFamily,Integer,Single,TdxRectF,TdxGPStringFormat)
AddString(string,TdxGPFontFamily,Integer,Single,TPoint,TdxGPStringFormat)
AddString(string,TdxGPFontFamily,Integer,Single,TRect,TdxGPStringFormat)
AddString(string,TFont,Single,TRect)
Assign(TdxGPPath)
Equals(TObject) Inherited from TObject.
FigureFinish
FigureStart
Flatten(TdxGPMatrix,Single)
GetBounds(TdxGPPen)
GetBoundsF(TdxGPPen)
GetGdiRegionHandle(TdxGPCanvas)
GetHashCode Inherited from TObject.
GetPointCount
GetPoints(TdxGpPointFDynArray,Integer)
GetPointsI(TdxGpPointDynArray,Integer)
GetPointTypes(TBytes,Integer)
IsPointInPath(TdxPointF,TdxGPCanvas)
IsPointInPath(TPoint,TdxGPCanvas)
IsPointInPathOutline(TdxPointF,TdxGPPen,TdxGPCanvas)
IsPointInPathOutline(TPoint,TdxGPPen,TdxGPCanvas)
IsPointInPathOutline(TPoint,Integer,TdxGPCanvas)
Reset
ToString Inherited from TObject.
Transform(TdxGPMatrix)
TryGetBounds(TRect,TdxGPPen)
TryGetBoundsF(TdxRectF,TdxGPPen)
See Also