ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Drawing.PointF
    public System.Drawing.PointF ToPointF()

    Return Value

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