Unit 'GR32_PathsEx' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32vpr]

TBezierVertex

Declaration

Source position: GR32_PathsEx.pas line 84

type TBezierVertex = record

  case Integer of

    0: (

        Point: TFloatPoint;

  

        ControlPoints: array [0..1] of TFloatPoint;

  

      );

    1: (

        Points: array [0..2] of TFloatPoint;

  

      );

end;



CT Web help

CodeTyphon Studio