C1.WPF.PrintDocument.4.6.2 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
 

Return Value

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