Search
Constants.GetPixel Method
See Also
 






Gets the size of one pixel.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double GetPixel (
    GraphicsUnit currUnit
)

Visual Basic  Copy Code

Public Shared Function GetPixel( _
    currUnit As GraphicsUnit _
) As Double

 Parameters

currUnit

A GraphicsUnit instance.

 Return Value

A double value specifying the size of one pixel.

 See Also