Creates and initializes Resize class instance, and specify new width/height.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ size As SizeF _ )
public Resize( SizeF size )
Type: System.Drawing.SizeF
SizeF structure containing width and height of resized bitmap. You can change these parameters later using Width and Height property.