public class InitialFillRuleRecord extends VectorPathRecord
Initial Fill Rule Record Class
| Constructor and Description |
|---|
InitialFillRuleRecord()
Initializes a new instance of the
InitialFillRuleRecord class. |
InitialFillRuleRecord(boolean isFillStartsWithAllPixels)
Initializes a new instance of the
InitialFillRuleRecord class. |
InitialFillRuleRecord(byte[] data)
Initializes a new instance of the
InitialFillRuleRecord class. |
| Modifier and Type | Method and Description |
|---|---|
short |
getType()
Gets the type.
|
boolean |
isFillStartsWithAllPixels()
Gets a value indicating whether is fill starts with all pixels.
|
void |
setFillStartsWithAllPixels(boolean value)
Sets a value indicating whether is fill starts with all pixels.
|
public InitialFillRuleRecord()
Initializes a new instance of the InitialFillRuleRecord class.
public InitialFillRuleRecord(boolean isFillStartsWithAllPixels)
Initializes a new instance of the InitialFillRuleRecord class.
isFillStartsWithAllPixels - The is fill starts with all pixels.public InitialFillRuleRecord(byte[] data)
Initializes a new instance of the InitialFillRuleRecord class.
data - The record data.public final boolean isFillStartsWithAllPixels()
Gets a value indicating whether is fill starts with all pixels.
Value: The is fill starts with all pixels.public final void setFillStartsWithAllPixels(boolean value)
Sets a value indicating whether is fill starts with all pixels.
Value: The is fill starts with all pixels.value - a value indicating whether is fill starts with all pixels.public short getType()
Gets the type.
Value: The type.getType in class VectorPathRecordCopyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.