public class EmfPlusBlendBase extends EmfPlusStructureObjectType
Base object for blend objects
Constructor and Description |
---|
EmfPlusBlendBase() |
Modifier and Type | Method and Description |
---|---|
float[] |
getBlendPositions()
Gets or sets blend positions
An array of PositionCount 32-bit floating-point values
that specify proportions of distance along the gradient line.
|
int |
getPositionCount()
Gets or sets positions count
A 32-bit unsigned integer that specifies the number of positions
in the BlendPositions field and colors in the BlendColors field
|
void |
setBlendPositions(float[] value)
Gets or sets blend positions
An array of PositionCount 32-bit floating-point values
that specify proportions of distance along the gradient line.
|
void |
setPositionCount(int value)
Gets or sets positions count
A 32-bit unsigned integer that specifies the number of positions
in the BlendPositions field and colors in the BlendColors field
|
parse_internalized
public float[] getBlendPositions()
Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint
public void setBlendPositions(float[] value)
Gets or sets blend positions An array of PositionCount 32-bit floating-point values that specify proportions of distance along the gradient line. Each element MUST be a number between 0.0 and 1.0 inclusive. For a linear gradient brush, 0.0 represents the starting point and 1.0 represents the ending point. For a path gradient brush, 0.0 represents the midpoint and 1.0 represents an endpoint
public int getPositionCount()
Gets or sets positions count A 32-bit unsigned integer that specifies the number of positions in the BlendPositions field and colors in the BlendColors field
Value: The position count.public void setPositionCount(int value)
Gets or sets positions count A 32-bit unsigned integer that specifies the number of positions in the BlendPositions field and colors in the BlendColors field
Value: The position count.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.