ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / CompatibleDeviceContext Class / GetCircleDirection Method

In This Topic
    GetCircleDirection Method (CompatibleDeviceContext)
    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 DeviceContext.CircumDirection indicates the circum-direction.
    Remarks
    The default direction is CircumDirection.Counterclockwise. The SetCircumDirection function specifies the direction in which the following functions draw: DeviceContext.DrawArc, DeviceContext.DrawArc DeviceContext.PaintChord DeviceContext.PaintEllipse DeviceContext.PaintPie DeviceContext.PaintRectangle DeviceContext.PaintRoundRectangle
    See Also