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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgMatrix クラス > Scale メソッド : Scale(Single,Single,Single,Single) メソッド
The value to scale by on the X axis.
The value to scale by on the Y axis.
X-coordinate of the center offset.
Y-coordinate of the center offset.
Applies the scaling transformation that is offset by a given center point.
シンタックス
'宣言
 
Public Overloads Function Scale( _
   ByVal sx As System.Single, _
   ByVal sy As System.Single, _
   ByVal cx As System.Single, _
   ByVal cy As System.Single _
) As SvgMatrix
public SvgMatrix Scale( 
   System.float sx,
   System.float sy,
   System.float cx,
   System.float cy
)

パラメータ

sx
The value to scale by on the X axis.
sy
The value to scale by on the Y axis.
cx
X-coordinate of the center offset.
cy
Y-coordinate of the center offset.

戻り値の型

The scaled matrix.
参照

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