Skip to content

TBLPathView

2D vector path view provides pointers to vertex and command data along with their size.

Definition

Unit: Blend2D

type TBLPathView = record ... end;

Properties

Name Description
CommandData
Size
VertexData

Methods

Name Description
Reset(PByte, PBLPoint, NativeInt)
Reset

Property Descriptions

CommandData

property CommandData: PByte read FCommandData

Type: PByte


Size

property Size: NativeInt read FSize

Type: NativeInt


VertexData

property VertexData: PBLPoint read FVertexData

Type: PBLPoint


Method Descriptions

Reset(PByte, PBLPoint, NativeInt)

procedure Reset(const ACommandDataIn: PByte; const AVertexDataIn: PBLPoint; const ASizeIn: NativeInt); overload; inline

Parameters

ACommandDataIn: PByte

AVertexDataIn: PBLPoint

ASizeIn: NativeInt


Reset

procedure Reset; overload; inline