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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgMatrix クラス > CreateRotation メソッド : CreateRotation(Single,PointF) メソッド
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.
The center offset.
Creates a rotation matrix.
シンタックス
'宣言
 
Public Overloads Shared Function CreateRotation( _
   ByVal radians As System.Single, _
   ByVal centerPoint As System.Drawing.PointF _
) As SvgMatrix
public static SvgMatrix CreateRotation( 
   System.float radians,
   System.Drawing.PointF centerPoint
)

パラメータ

radians
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.
centerPoint
The center offset.

戻り値の型

The rotation matrix.
参照

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