Specifies the unit of the width of a pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public enum PenUnit |
Visual Basic
Copy Code
|
|---|
Public Enum PenUnit |
Members| 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. |
See Also