InitialFillRuleRecord
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.core.vectorpaths.VectorPathRecord
public class InitialFillRuleRecord extends VectorPathRecord
Initial Fill Rule Record Class
Constructors
| Constructor | 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. |
Methods
| Method | Description |
|---|---|
| isFillStartsWithAllPixels() | Gets a value indicating whether is fill starts with all pixels. |
| setFillStartsWithAllPixels(boolean value) | Sets a value indicating whether is fill starts with all pixels. |
| getType() | Gets the type. |
InitialFillRuleRecord()
public InitialFillRuleRecord()
Initializes a new instance of the InitialFillRuleRecord class.
InitialFillRuleRecord(boolean isFillStartsWithAllPixels)
public InitialFillRuleRecord(boolean isFillStartsWithAllPixels)
Initializes a new instance of the InitialFillRuleRecord class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| isFillStartsWithAllPixels | boolean | The is fill starts with all pixels. |
InitialFillRuleRecord(byte[] data)
public InitialFillRuleRecord(byte[] data)
Initializes a new instance of the InitialFillRuleRecord class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The record data. |
isFillStartsWithAllPixels()
public final boolean isFillStartsWithAllPixels()
Gets a value indicating whether is fill starts with all pixels.
Value: The is fill starts with all pixels.
Returns: boolean - a value indicating whether is fill starts with all pixels.
setFillStartsWithAllPixels(boolean value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether is fill starts with all pixels. |
getType()
public short getType()
Gets the type.
Value: The type.
Returns: short - the type.