|
GDIPCheck(TStatus)
|
Function that raises a EGDIPException if the status is not Ok or in the GDIPIgnoreStatus variable
|
|
GPRectF(TRectF)
|
Converts a TRectF (left, top, right, bottom) to a TGPRectF (GDI+ rectange: left, top, width, and height)
|
|
PathPointKindNames(TRSGPPathPointKind)
|
Returns a Path Point Kind name, which can be a combination of the kind and flags, based on the Kind parameter
|
|
RectF(TGPRectF)
|
Overloaded. Converts a TGPRectF (GDI+ rectange: left, top, width, and height) to a TRectF (left, top, right, bottom)
|
|
RectF(TRect)
|
Overloaded. Converts a TRect (integer coordinates) to a TRectF (floating point coordinates)
|
|
RSGPKind(TBrushStyle,TRSGPHatchStyle)
|
Overloaded. Converts VCL TBrushStyle to a GDI+ brush kind and hatch style
|
|
RSGPKind(TPenStyle,TRSGPStrokeDash)
|
Overloaded. Converts VCL TPenStyle to a GDI+ brush kind and stroke dash
|
|
ToGPMatrix(TRSGPMatrix)
|
Converts a TRSGPMatrix record to a GDI+ matrix (which must be freed)
|
|
ToMatrix(GpMatrix)
|
Converts a GDI+ matrix to a TRSGPMatrix record
|