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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgMatrix クラス > Rotate メソッド : Rotate(Single,Single,Single) メソッド
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.
X-coordinate of the center offset.
Y-coordinate of the center offset.
Applies the rotation transformation.
シンタックス
'宣言
 
Public Overloads Function Rotate( _
   ByVal radians As System.Single, _
   ByVal cx As System.Single, _
   ByVal cy As System.Single _
) As SvgMatrix
public SvgMatrix Rotate( 
   System.float radians,
   System.float cx,
   System.float cy
)

パラメータ

radians
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.
cx
X-coordinate of the center offset.
cy
Y-coordinate of the center offset.

戻り値の型

The rotated matrix.
参照

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