'宣言 Public Shared Function GetArcSegment( _ ByVal bounds As Rect, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single _ ) As ArcSegment
'使用法 Dim bounds As Rect Dim startAngle As System.Single Dim sweepAngle As System.Single Dim value As ArcSegment value = EllipsePartShape.GetArcSegment(bounds, startAngle, sweepAngle)
public static ArcSegment GetArcSegment( Rect bounds, System.float startAngle, System.float sweepAngle )
パラメータ
- bounds
- startAngle
- sweepAngle