TransformationGroup Constructors
Overloads
TransformationGroup(Single, Single, Single, Single) | Initializes a new instance of the TransformationGroup class. |
TransformationGroup(Single, Single, Single, Single, Single) | Initializes a new instance of the TransformationGroup class. |
TransformationGroup(Single, Single, Single, Single)
Initializes a new instance of the TransformationGroup class.
public TransformationGroup(float x, float y, float width, float height)
Public Sub New (x As Single, y As Single, width As Single, height As Single)
Parameters
X coordinate of the transformation group.
Y coordinate of the transformation group.
- width
- Single
Width of the transformation group.
- height
- Single
Height of the transformation group.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
TransformationGroup(Single, Single, Single, Single, Single)
Initializes a new instance of the TransformationGroup class.
public TransformationGroup(float x, float y, float width, float height, float angle)
Public Sub New (x As Single, y As Single, width As Single, height As Single, angle As Single)
Parameters
X coordinate of the transformation group.
Y coordinate of the transformation group.
- width
- Single
Width of the transformation group.
- height
- Single
Height of the transformation group.
- angle
- Single
Angle of the transformation group in degrees.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.