Class EmfPlusFocusScaleData
Contents
[
Hide
]EmfPlusFocusScaleData class
The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush.
public sealed class EmfPlusFocusScaleData : EmfPlusStructureObjectType
Constructors
Name | Description |
---|---|
EmfPlusFocusScaleData() | The default constructor. |
Properties
Name | Description |
---|---|
FocusScaleCount { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of focus scales. This value MUST be 2. |
FocusScaleX { get; set; } | 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. |
FocusScaleY { get; set; } | 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. |
See Also
- class EmfPlusStructureObjectType
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging