'宣言 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.