public class InitialFillRuleRecord extends VectorPathRecord
Initial Fill Rule Record Class
Constructor and Description |
---|
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 or sets a value indicating whether is fill starts with all pixels.
|
void |
setFillStartsWithAllPixels(boolean value)
Gets or sets a value indicating whether is fill starts with all pixels.
|
public InitialFillRuleRecord(byte[] data)
Initializes a new instance of the InitialFillRuleRecord
class.
data
- The record data.public InitialFillRuleRecord(boolean isFillStartsWithAllPixels)
Initializes a new instance of the InitialFillRuleRecord
class.
isFillStartsWithAllPixels
- The is fill starts with all pixels.public final boolean isFillStartsWithAllPixels()
Gets or sets a value indicating whether is fill starts with all pixels.
public final void setFillStartsWithAllPixels(boolean value)
Gets or sets a value indicating whether is fill starts with all pixels.
public short getType()
Gets the type.
Value: The type.getType
in class VectorPathRecord
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.