Bitmap for UWP
Scaler コンストラクタ(Int32,Int32,InterpolationMode)

C1.UWP.Bitmap アセンブリ > C1.Xaml.Bitmap 名前空間 > Scaler クラス > Scaler コンストラクタ : Scaler コンストラクタ(Int32,Int32,InterpolationMode)
目的の幅。
目的の高さ。
拡大縮小時に使用される補間モード。
Scalerクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal destinationWidth As System.Integer, _
   ByVal destinationHeight As System.Integer, _
   ByVal interpolationMode As InterpolationMode _
)
public Scaler( 
   System.int destinationWidth,
   System.int destinationHeight,
   InterpolationMode interpolationMode
)

パラメータ

destinationWidth
目的の幅。
destinationHeight
目的の高さ。
interpolationMode
拡大縮小時に使用される補間モード。
参照

Scaler クラス
Scaler メンバ
オーバーロード一覧