ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / ToPointF Method

In This Topic
    ToPointF Method (Point2D)
    In This Topic
    Converts Point2D to System.Drawing.PointF.
    Syntax
    'Declaration
     
    Public Function ToPointF() As System.Drawing.PointF
    public System.Drawing.PointF ToPointF()
    See Also