Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PointD Structure / ToPointF Method

In This Topic
    ToPointF Method
    In This Topic
    Converts the current PointD 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