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

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

パラメータ

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

戻り値の型

The scaling matrix.
参照

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