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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgMatrix クラス > CreateScale メソッド : CreateScale(Single,Single) メソッド
The value to scale by on the X axis.
The value to scale by on the Y axis.
Creates a scaling matrix from the specified X and Y components.
シンタックス
'宣言
 
Public Overloads Shared Function CreateScale( _
   ByVal xScale As System.Single, _
   ByVal yScale As System.Single _
) As SvgMatrix
public static SvgMatrix CreateScale( 
   System.float xScale,
   System.float yScale
)

パラメータ

xScale
The value to scale by on the X axis.
yScale
The value to scale by on the Y axis.

戻り値の型

The scaling matrix.
参照

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