ImageDevice.Scale

ImageDevice.Scale method

現在の変換行列をスケーリングします。 writeTransform(Transform). を呼び出します。

public override void Scale(double sx, double sy)
パラメータタイプ説明
sxDoubleX 軸のスケール。
syDoubleY 軸のスケール。

関連項目