ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / SetCircumDirection Method
A CircumDirection indicates the circum-direction.

In This Topic
    SetCircumDirection Method
    In This Topic
    Sets the drawing direction of the circle shapes.
    Syntax
    'Declaration
     
    
    Public Overridable Function SetCircumDirection( _
       ByVal circumDirection As CircumDirection _
    ) As CircumDirection
    public virtual CircumDirection SetCircumDirection( 
       CircumDirection circumDirection
    )

    Parameters

    circumDirection
    A CircumDirection indicates the circum-direction.

    Return Value

    A CircumDirection indicates the previous 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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also