Click or drag to resize
OGPen Methods

The OGPen type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a copy of this OGPen.
Public methodEquals
Compares two pens for equality.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Calculates the hash code for this pen.
(Overrides ObjectGetHashCode.)
Public methodMakeGdiPlusPen
Converts this OGPen to an equivalent GDI+ Pen object.
Public methodStatic memberOGBlankPen
Creates a blank pen -- a pen that draws nothing.
Public methodStatic memberOGSolidPen
Creates a solid pen using a specified color and weight.
Top
See Also