MindFusion.Wpf Pack Programmer's Guide
GraphicsUnit Constructor
See Also
 





Initializes a new instance of the GraphicsUnit class with the specified base resolution.

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

 Syntax

C#  Copy Code

public GraphicsUnit (
    double unitsPerInch,
    string name
)

Visual Basic  Copy Code

Public New ( _
    unitsPerInch As Double, _
    name As String _
)

 Parameters

unitsPerInch
The units per inch for the new GraphicsUnit object.
name
A human-readable name of the new GraphicsUnit object.

 See Also

GraphicsUnit Class
MindFusion.Reporting.Wpf Namespace