Search
Constants.GetHalfInch Method
See Also
 






Gets the size of a half inch.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double GetHalfInch (
    MeasureUnit unit
)

Visual Basic  Copy Code

Public Shared Function GetHalfInch( _
    unit As MeasureUnit _
) As Double

 Parameters

unit

A MeasureUnit instance.

 Return Value

Half of an inch in the specified unit.

 See Also