[]
        
(Showing Draft Content)

C1.Win.Bitmap.Scaler

Scaler Class

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

Inheritance
Scaler
Namespace: C1.Win.Bitmap
Assembly: C1.Win.Bitmap.4.8.dll
Syntax
public class Scaler : BaseTransform

Constructors

Name Description
Scaler()

Initializes a new instance of the Scaler class.

Scaler(int, int, InterpolationMode)

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.