LineCapStyle Constructor (LineCap, Double, Double)
|
Initializes a new instance of the LineCapStyle
class.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public LineCapStyle(
LineCap style,
double width,
double length
)
Public Sub New (
style As LineCap,
width As Double,
length As Double
)
new :
style : LineCap *
width : float *
length : float -> LineCapStyle
Parameters
- style
- Type: WebSupergoo.WordGlue4.RenderingLineCap
The style of line cap.
- width
- Type: SystemDouble
The relative width of the cap.
- length
- Type: SystemDouble
The relative height of the cap.
See Also