EmfPlusFocusScaleData Class

Summary: The EmfPlusFocusScaleData object specifies focus scales for the blend pattern of a path gradient brush.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusFocusScaleData

Inheritance: EmfPlusStructureObjectType

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusFocusScaleData()Initializes a new instance of the EmfPlusFocusScaleData class

Properties

NameTypeAccessDescription
focus_scale_countintr/wGets or sets a 32-bit unsigned integer that specifies the number of focus scales.
This value MUST be 2.
focus_scale_xfloatr/wGets 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.
focus_scale_yfloatr/wGets 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.

Constructor: EmfPlusFocusScaleData()

 EmfPlusFocusScaleData() 

Initializes a new instance of the EmfPlusFocusScaleData class