Search
PenUnit Enumeration
See Also
 





Specifies the unit of the width of a pen.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public enum PenUnit

Visual Basic  Copy Code

Public Enum PenUnit

 Members

  Member name Description

Pixel

Indicates that the width of the pen is expressed as physical pixels.

Dip

Indicates that the width of the pen is expressed as device-independent pixels.

 See Also