Show/Hide Toolbars

RiverSoftAVG Products Help

public property

Distances

Returns the distance to every point in the path

noteNote

It is recommended to     Flatten the path before calling this property.

published property

FillMode

Specifies how to fill areas that are formed when the path intersects itself.

noteNote

This property is ignored in FMX.

published property

FormatStr

Defines a floating point format string for writing out the path points.

Use the FormatStr property to control the size of the Data string.

public property

OnChanged

Occurs when the path data has changed.

Write an OnChanged event handler to respond to path changes.

public property

Points[Integer]

Specifies the points from the current TRSPathData and their types.

Points gets the point and its type, specified by the index in the array of points of the TRSPathData. Use Points to access the internal array of TRSPathPoint of the TRSPathData.
 

public property

Polygons

Returns the polygons (array of points) that make up the path.

noteNote

It is recommended to     Flatten the path before calling this property.

protected property

UpdateCount

Tracks the number of times   BeginUpdate has been called without a corresponding   EndUpdate call.

Top

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb