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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgMatrix クラス > CreateScale メソッド : CreateScale(Single,PointF) メソッド
The uniform scale to use.
The center offset.
Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center.
シンタックス
'宣言
 
Public Overloads Shared Function CreateScale( _
   ByVal scale As System.Single, _
   ByVal centerPoint As System.Drawing.PointF _
) As SvgMatrix
public static SvgMatrix CreateScale( 
   System.float scale,
   System.Drawing.PointF centerPoint
)

パラメータ

scale
The uniform scale to use.
centerPoint
The center offset.

戻り値の型

The scaling matrix.
参照

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