PathFillRuleRecord
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.core.vectorpaths.VectorPathRecord
public class PathFillRuleRecord extends VectorPathRecord
Path Fill Rule Record Class
Constructors
Constructor | Description |
---|---|
PathFillRuleRecord(byte[] data) | Initializes a new instance of the PathFillRuleRecord class. |
Methods
Method | Description |
---|---|
getType() | Gets the type. |
PathFillRuleRecord(byte[] data)
public PathFillRuleRecord(byte[] data)
Initializes a new instance of the PathFillRuleRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte[] | The record data. |
getType()
public short getType()
Gets the type.
Value: The type.
Returns: short - the type.