InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Point Structure / ToPointF Method

In This Topic
    ToPointF Method (Point)
    In This Topic
    Converts the current Point structure to a System.Drawing.PointF.
    Syntax
    'Declaration
     
    Public Function ToPointF() As PointF
    public PointF ToPointF()

    Return Value

    The System.Drawing.PointF structure this method converts to.
    See Also