Specifies the unit of the width of a pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public enum PenUnit |
Visual Basic Copy Code |
---|
Public Enum PenUnit |
Member name | Description | |
---|---|---|
Dip |
Indicates that the width of the pen is expressed as device-independent pixels. |
|
Pixel |
Indicates that the width of the pen is expressed as physical pixels. |