ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / Ellipse Method

In This Topic
    Ellipse Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Ellipse( _
       ByVal hdc As System.IntPtr, _
       ByVal ulCornerX As System.Integer, _
       ByVal ulCornerY As System.Integer, _
       ByVal lrCornerX As System.Integer, _
       ByVal lrCornerY As System.Integer _
    ) As System.Boolean
    public static System.bool Ellipse( 
       System.IntPtr hdc,
       System.int ulCornerX,
       System.int ulCornerY,
       System.int lrCornerX,
       System.int lrCornerY
    )

    Parameters

    hdc
    ulCornerX
    ulCornerY
    lrCornerX
    lrCornerY
    See Also