Search
GraphicsUnit.Convert Method (Point, GraphicsUnit)
See Also
 





Convenience method for converting Point to specified units.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Point Convert (
    Point p,
    GraphicsUnit targetUnit
)

Visual Basic  Copy Code

Public Function Convert ( _
    p As Point, _
    targetUnit As GraphicsUnit _
) As Point

 Parameters

p
The Point structure to be converted.
targetUnit
The target unit of the conversion.

 Return Value

Point structure expressed in the target unit of measure.

 See Also