LineCapStyle Class

This class represents a particular style of line cap at a particular size. This class cannot be inherited.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.RenderingLineCapStyle

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public sealed class LineCapStyle

The LineCapStyle type exposes the following members.

Constructors
  Name Description
Public method LineCapStyle
Initializes a new instance of the LineCapStyle class.
Public method LineCapStyle(LineCap, Double, Double)
Initializes a new instance of the LineCapStyle class.
Top
Properties
  Name Description
Public property Length
Gets or sets the relative length of the cap.
Public property Style
Gets or sets the line cap style.
Public property Width
Gets or sets the relative width of the cap.
Top
Methods
  Name Description
Public method Equals
Test whether the two objects are the same.
(Overrides ObjectEquals(Object).)
Top
See Also