DioDocs for PDF
Scale(Single,Single) メソッド

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgMatrix クラス > Scale メソッド : Scale(Single,Single) メソッド
The value to scale by on the X axis.
The value to scale by on the Y axis.
Applies the scaling transformation.
シンタックス
'宣言
 
Public Overloads Function Scale( _
   ByVal sx As System.Single, _
   ByVal sy As System.Single _
) As SvgMatrix
public SvgMatrix Scale( 
   System.float sx,
   System.float sy
)

パラメータ

sx
The value to scale by on the X axis.
sy
The value to scale by on the Y axis.

戻り値の型

The scaled matrix.
参照

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