Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / GdiplusGraphicDeviceContext Class / CircumDirection Property

In This Topic
    CircumDirection Property (GdiplusGraphicDeviceContext)
    In This Topic
    Gets or sets the drawing direction of the circle shapes.
    Syntax
    'Declaration
     
    
    Public Property CircumDirection As CircumDirection
    public CircumDirection CircumDirection {get; set;}

    Property Value

    A CircumDirection indicates the circum-direction.
    Remarks
    The default direction is CircumDirection.Counterclockwise. The CircumDirection function specifies the direction in which the following functions draw: DrawArc(Point,UInt32,Single,Single), DrawArc(Rectangle,Point,Point) PaintChord PaintEllipse PaintPie PaintRectangle PaintRoundRectangle
    See Also