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