public class InfxResource extends BooleanResource
Class InfxResource. This resource contains information about blending of clipped element.
LayerResource| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
InfxResource()
Initializes a new instance of the
InfxResource class. |
InfxResource(boolean blendInteriorElements)
Initializes a new instance of the
InfxResource class. |
InfxResource(byte[] data)
Initializes a new instance of the
InfxResource class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBlendInteriorElements()
Gets or sets a value indicating whether [blend interior elements].
|
int |
getKey()
Gets the layer resource key.
|
void |
setBlendInteriorElements(boolean value)
Gets or sets a value indicating whether [blend interior elements].
|
getLength, getPsdVersion, getSignature, getValue, save, setValuetoStringpublic static final int TypeToolKey
The type tool info key.
public InfxResource(boolean blendInteriorElements)
Initializes a new instance of the InfxResource class.
blendInteriorElements - if set to true [blend interior elements].public InfxResource()
Initializes a new instance of the InfxResource class.
public InfxResource(byte[] data)
Initializes a new instance of the InfxResource class.
With custom or unknown value
data - The resource data.com.aspose.ms.System.ArgumentException - Invalid infx Resource valuepublic final boolean getBlendInteriorElements()
Gets or sets a value indicating whether [blend interior elements].
Value:true if [blend interior elements]; otherwise, false.public final void setBlendInteriorElements(boolean value)
Gets or sets a value indicating whether [blend interior elements].
Value:true if [blend interior elements]; otherwise, false.public int getKey()
Gets the layer resource key.
getKey in class LayerResourceCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.