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

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

    Parameters

    hdc
    lpPoints
    nCount
    See Also