PenAlignment

PenAlignment serializable

System.Drawing.Drawing2D (system.drawing.dll) enum

This enumeration is used to specify how a System.Drawing.Pen (which has certain width) is to be painted over the theoretical line of width 0 that defines a path . In v1.0 of GDI+, only the Center option appears to work correctly.

 public enum  PenAlignment  {  Center = 0  ,  Inset = 1  ,  Outset = 2  ,  Left = 3  ,  Right = 4  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) PenAlignment

Returned By

System.Drawing.Pen.Alignment

Passed To

System.Drawing.Pen.Alignment



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net