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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 > SvgMatrix クラス > CreateSkew メソッド : CreateSkew(Single,Single,PointF) メソッド
The X angle, in radians.
The Y angle, in radians.
The center point.
Creates a skew matrix from the specified angles in radians and a center point.
シンタックス
'宣言
 
Public Overloads Shared Function CreateSkew( _
   ByVal radiansX As System.Single, _
   ByVal radiansY As System.Single, _
   ByVal centerPoint As System.Drawing.PointF _
) As SvgMatrix
public static SvgMatrix CreateSkew( 
   System.float radiansX,
   System.float radiansY,
   System.Drawing.PointF centerPoint
)

パラメータ

radiansX
The X angle, in radians.
radiansY
The Y angle, in radians.
centerPoint
The center point.

戻り値の型

The skew matrix.
参照

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