Neodynamic ImageDraw SDK for .NET
Scale
Represented by Neodynamic.SDK.Scale class.

This action enlarges or reduces the size of an Element based on percentage values.
Tip
For the Element's proportions to be maintained when scaling, both WidthPercentage and HeightPercentage properties must be equals.
In the following example we have an ImageElement on the Canvas and a Scale action is applied on the ImageElement.


ImageElement before the action is applied.

ImageElement with Scale action applied on it. Scaled at 50% width and height.


Syntax sample