public final class EmfPlusFocusScaleData extends EmfPlusStructureObjectType
The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush.
Constructor and Description |
---|
EmfPlusFocusScaleData() |
Modifier and Type | Method and Description |
---|---|
int |
getFocusScaleCount()
Gets or sets a 32-bit unsigned integer that specifies the number of focus scales.
|
float |
getFocusScaleX()
Gets or sets a floating-point value that defines the horizontal focus scale.
|
float |
getFocusScaleY()
Gets or sets a floating-point value that defines the vertical focus scale.
|
void |
setFocusScaleCount(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of focus scales.
|
void |
setFocusScaleX(float value)
Gets or sets a floating-point value that defines the horizontal focus scale.
|
void |
setFocusScaleY(float value)
Gets or sets a floating-point value that defines the vertical focus scale.
|
public float getFocusScaleX()
Gets or sets a floating-point value that defines the horizontal focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.
public void setFocusScaleX(float value)
Gets or sets a floating-point value that defines the horizontal focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.
public float getFocusScaleY()
Gets or sets a floating-point value that defines the vertical focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.
public void setFocusScaleY(float value)
Gets or sets a floating-point value that defines the vertical focus scale. The focus scale MUST be a value between 0.0 and 1.0, exclusive.
public int getFocusScaleCount()
Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2.
public void setFocusScaleCount(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2.