DrawTransform Class

Transformations that will be directly applied to the graphics object

Definition

Namespace: PCBI_API_Extensions.PDF
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class DrawTransform
Inheritance
Object    DrawTransform

Constructors

DrawTransformInitializes a new instance of the DrawTransform class

Fields

Matrix Matrix to transform the rotate and scale points
RotateAt Point to rotate at
Rotation Rotation in degrees
Scale Scale in X and Y direction
ScaleAt Point to scale at
ScaleFirst If Scaling should be applied first or second

See Also