DrawTransform Class
Transformations that will be directly applied to the graphics object
Namespace: PCBI_API_Extensions.PDFAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public class DrawTransform
Public Class DrawTransform
public ref class DrawTransform
type DrawTransform = class end
- Inheritance
- Object DrawTransform
| DrawTransform | Initializes a new instance of the DrawTransform class |
| 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
|