Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ width As Single, _ height As Single, _ interpolationMode As InterpolationMode _ )
public Resize( float width, float height, InterpolationMode interpolationMode )
Type: System.Single
Width of resized bitmap. You can change it later via Width property.Type: System.Single
Height of resized bitmap. You can change it later via Height property.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used during resizing. You can change it later via InterpolationMode property.