ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / GetCircleDirection Method

In This Topic
    GetCircleDirection Method
    In This Topic
    Gets the drawing direction of the circle shapes.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetCircleDirection() As CircumDirection
    protected virtual CircumDirection GetCircleDirection()

    Return Value

    A CircumDirection indicates the circum-direction.
    Remarks
    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
    See Also