public method ImageBuilder.SetWidth
Sets the image width in pixels.
Declaration | ||||
|
Parameters | |
width |
The image width in pixels. |
You can set the image width only if its scaling mode is None
or
UserDefined
.
Otherwise, the library will ignore the passed value or throw the exception ScalingModeIsNotSuitableErr
.
Declared in ImageBuilder