PathFillRuleRecord

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.core.vectorpaths.VectorPathRecord

public class PathFillRuleRecord extends VectorPathRecord

Path Fill Rule Record Class

Constructors

ConstructorDescription
PathFillRuleRecord(byte[] data)Initializes a new instance of the PathFillRuleRecord class.

Methods

MethodDescription
getType()Gets the type.

PathFillRuleRecord(byte[] data)

public PathFillRuleRecord(byte[] data)

Initializes a new instance of the PathFillRuleRecord class.

Parameters:

ParameterTypeDescription
databyte[]The record data.

getType()

public short getType()

Gets the type.

Value: The type.

Returns: short - the type.