Create a DIB from the parent Plate's image with optional scaling and rotation.
PlateDIB.Create(ScaleX, ScaleY, Rotation)
The method syntax has these parts:
Part | Description |
---|---|
ScaleX (Double) | The scale factor to be applied in the X direction (along the rows) |
ScaleY (Double) | The scale factor to be applied in the Y direction (along the columns) |
Rotation (Double) | Rotation angle for the image (degrees, positive clockwise) |
Return (Nothing) | Does not return a value. |