IPathShape

public interface IPathShape

The Shape from the knots of the Bezier curve.

Methods

MethodDescription
getItems()Gets array of Bezier knots.
getPathOperations()The operations for the path shapes combining (Boolean operations).
isClosed()Gets or sets property that determines if Shape is closed.
setClosed(boolean value)Gets or sets property that determines if Shape is closed.
setItems(BezierKnotRecord[] bezierPoints)Assignes array of Bexier knots.
setPathOperations(int value)The operations for the path shapes combining (Boolean operations).

getItems()

public abstract BezierKnotRecord[] getItems()

Gets array of Bezier knots.

Returns: com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.BezierKnotRecord[] - Array of BezierKnotRecord.

getPathOperations()

public abstract int getPathOperations()

The operations for the path shapes combining (Boolean operations).

Returns: int

isClosed()

public abstract boolean isClosed()

Gets or sets property that determines if Shape is closed.

Returns: boolean

setClosed(boolean value)

public abstract void setClosed(boolean value)

Gets or sets property that determines if Shape is closed.

Parameters:

ParameterTypeDescription
valueboolean

setItems(BezierKnotRecord[] bezierPoints)

public abstract void setItems(BezierKnotRecord[] bezierPoints)

Assignes array of Bexier knots.

Parameters:

ParameterTypeDescription
bezierPointsBezierKnotRecord[]Array of bezier knots

setPathOperations(int value)

public abstract void setPathOperations(int value)

The operations for the path shapes combining (Boolean operations).

Parameters:

ParameterTypeDescription
valueint