Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / POINT Class / POINT Constructor / POINT Constructor(Size)


In This Topic
    POINT Constructor(Size)
    In This Topic
    Initializes a new instance of the POINT class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal renderSize As Size _
    )
    'Usage
     
    
    Dim renderSize As Size
     
    Dim instance As New POINT(renderSize)
    public POINT( 
       Size renderSize
    )

    Parameters

    renderSize
    See Also