ComponentOne Carousel for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / PointF Structure / PointF Constructor
The horizontal position of the point.
The vertical position of the point.

In This Topic
    PointF Constructor
    In This Topic
    Initializes a new instance of the PointF class with the specified coordinates.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Single, _
       ByVal y As System.Single _
    )
    public PointF( 
       System.float x,
       System.float y
    )

    Parameters

    x
    The horizontal position of the point.
    y
    The vertical position of the point.
    See Also