TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / Polygon Method

In This Topic
    Polygon Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function Polygon( _
       ByVal hdc As IntPtr, _
       ByVal lpPoints() As Win32.POINT, _
       ByVal nCount As Integer _
    ) As Boolean
    public static bool Polygon( 
       IntPtr hdc,
       Win32.POINT[] lpPoints,
       int nCount
    )

    Parameters

    hdc
    lpPoints
    nCount
    See Also