VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiPen Class
Properties Methods SeeAlso
In This Topic
    GdiPen Class Members
    In This Topic
    The following tables list the members exposed by GdiPen.
    Public Properties
     NameDescription
    Public PropertyGets or sets the brush that determines attributes of this pen.
    Public PropertyGets or sets the color of this pen.
    Public PropertyGets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this pen.
    Public PropertyGets or sets the distance from the start of a line to the beginning of a dash pattern.
    Public PropertyGets or sets an array of dashes and spaces.
    Public PropertyGets or sets the cap style used at start and end of drawn lines.
    Public PropertyGets or sets the join style for the ends of two consecutive lines drawn with this pen.
    Public PropertyGets or sets the limit of the thickness of the join on a mitered corner.
    Public PropertyGets the source object of this pen.
    Public PropertyGets or sets the width of this pen.
    Public Methods
     NameDescription
    Public MethodCreates a new GdiPen that is a copy of the current instance.
    Public MethodReleases all resources used by this GdiPen object.
    Public MethodDetermines whether the specified System.Object is equal to the current color.
    Public MethodServes as a hash function for a particular type.
    See Also