CalendarView for WinForms
SetCircumDirection メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : SetCircumDirection メソッド
A CircumDirection indicates the circum-direction.
Sets the drawing direction of the circle shapes.
シンタックス
'宣言
 
Public Overridable Function SetCircumDirection( _
   ByVal circumDirection As CircumDirection _
) As CircumDirection
public virtual CircumDirection SetCircumDirection( 
   CircumDirection circumDirection
)

パラメータ

circumDirection
A CircumDirection indicates the circum-direction.

戻り値の型

A CircumDirection indicates the previous circum-direction.
解説
The default direction is CircumDirection.Counterclockwise. The SetCircumDirection function specifies the direction in which the following functions draw: DrawArc(Point,UInt32,Single,Single), C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.DrawArc(System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Point)M:C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.PaintEllipse(System.Drawing.Rectangle)M:C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.PaintRectangle(System.Drawing.Rectangle)PaintRoundRectangle
参照

DeviceContext クラス
DeviceContext メンバ