Class EmfPlusFocusScaleData
The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush.
public sealed class EmfPlusFocusScaleData : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusFocusScaleData
- Inherited Members
Constructors
EmfPlusFocusScaleData()
public EmfPlusFocusScaleData()
Properties
FocusScaleCount
Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2.
public int FocusScaleCount { get; set; }
Property Value
FocusScaleX
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 FocusScaleX { get; set; }
Property Value
FocusScaleY
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 float FocusScaleY { get; set; }