Search
Constants.GetPixel Method (Diagram)
See Also
 






Gets the size of one pixel expressed in the specified diagram's units of measure.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double GetPixel (
    Diagram diagram
)

Visual Basic  Copy Code

Public Shared Function GetPixel( _
    diagram As Diagram _
) As Double

 Parameters

diagram

An instance of the Diagram class.

 Return Value

 See Also