 |
VectSharp
2.2.1
A light library for C# vector graphics
|
140 public LineDash(
double unitsOn,
double unitsOff,
double phase)
@ Middle
The current vertical coordinate determines where the middle of the text string will be placed.
@ Bottom
The current vertical coordinate determines where the bottom of the text string will be placed.
double UnitsOff
Length of the "off" (not painted) segment.
UnbalancedStackActions
Represents ways to deal with unbalanced graphics state stacks.
@ Left
The current coordinate will determine the position of the left side of the text string.
@ Ignore
No attempt will be made at correcting an unbalanced graphics state stack. This may cause issues with ...
@ Close
The segment represents the closing segment of a figure.
LineCaps
Represents line caps.
TextBaselines
Represent text baselines.
LineDash(double unitsOn, double unitsOff, double phase)
Define a new line dash pattern.
@ Bevel
Consecutive segments are joined by straight corners.
@ Miter
Consecutive segments are joined by extending their outside edges until they meet.
LineJoins
Represents line joining options.
double UnitsOn
Length of the "on" (painted) segment.
@ Square
The ends of the lines are squared off by adding an half square box at each end.
@ Center
The current coordinate will determine the position of the center of the text string.
@ Baseline
The current vertical coordinate determines where the baseline of the text string will be placed.
@ Throw
If the graphics state stack is unbalanced, an exception will be thrown.
@ Top
The current vertical coordinate determines where the top of the text string will be placed.
@ Line
The segment represents a straight line from the current point to a new point.
SegmentType
Types of Segment.
@ CubicBezier
The segment represents a cubic bezier curve from the current point to a new point.
@ Butt
The ends of the line are squared off at the endpoints.
@ Right
The current coordinate will determine the position of the right side of the text string.
TextAnchors
Represents text anchors.
Represents instructions on how to paint a dashed line.
static LineDash SolidLine
A solid (not dashed) line
@ Arc
The segment represents a circular arc from the current point to a new point.
double Phase
Position in the dash pattern at which the line starts.
@ Round
The ends of the lines are rounded.
@ Move
The segment represents a move from the current point to a new point.
@ SilentlyFix
The graphics state stack will be automatically balanced by adding or removing calls to Graphics....