[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.Scaler

Scaler Class

Represents a resized version of the input bitmap using a resampling or filtering algorithm.

Inheritance
Scaler
Namespace: GrapeCity.Documents.Imaging.Windows
Assembly: DS.Documents.Imaging.Windows.dll
Syntax
public class Scaler : BaseTransform
Public Class Scaler
    Inherits BaseTransform

Constructors

Name Description
Scaler()

Initializes a new instance of the Scaler class.

Scaler(int, int, WicInterpolationMode)

Initializes a new instance of the Scaler class.

Properties

Name Description
DestinationHeight

Gets or sets the destination height, in pixels.

DestinationWidth

Gets or sets the destination width, in pixels.

InterpolationMode

Gets or sets the interpolation mode to use when scaling.