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
Single

X coordinate of the transformation group.

y
Single

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:

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
Single

X coordinate of the transformation group.

y
Single

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:

See Also

TransformationGroup
ceTe.DynamicPDF.PageElements

In this topic