C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PointD Structure / Truncate Method

In This Topic
Truncate Method (PointD)
In This Topic
Converts the current PointD structure to a System.Drawing.Point by truncating the values of the Point object.
Syntax
'Declaration
 
Public Function Truncate() As Point
 

Return Value

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