<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVML > RSGdiPlusGraphicsTypes > Records:
Comments (0)
Defines a path point in GDI+. This includes the point itself and its kind.
Namespace: RSGdiPlusGraphicsTypes
Delphi
type TRSGPPathPoint = record end;
Name
Description
Create(TRSGPPathPointKind,TPointF)
Constructs the path point and initializes it
Top
Kind
Represents field Kind.
Point
Represents field Point.
•RSGdiPlusGraphicsTypes