PlateDIB.Create() Method

Create a DIB from the parent Plate's image with optional scaling and rotation.

Syntax

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.

Remarks

Scaling and rotation are done with interpolation using a 2 by 2 unit kernel. The rotation angle is unconventional, but is consistent with the (unconventional) rotation angle that PinPoint puts into the WCS header (CROTx).