Prepends the specified scaling operation to the transformation matrix of this IGraphics.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void ScaleTransform ( |
Visual Basic
Copy Code
|
|---|
Sub ScaleTransform( _ |
The scale factor in the x direction.
The scale factor in the y direction.
See Also