VectSharp 2.6.1
A light library for C# vector graphics
|
EventArgs for the MarkdownRenderer.LineMeasured event. More...
Public Member Functions | |
LineMeasuredEventArgs (MarkdownContext markdownContext, Graphics graphics, Line line, double pageMaxX, double pageMaxY, double contentMaxX, double contentMinY, double contentMaxY, double baseline) | |
Create a new LineMeasuredEventArgs More... | |
Properties | |
MarkdownContext | MarkdownContext [get, set] |
The current VectSharp.Markdown.MarkdownContext. More... | |
Graphics | Graphics [get, set] |
The current VectSharp.Graphics surface. More... | |
Line | Line [get, set] |
The line that will be rendered. More... | |
double | PageMaxX [get] |
The maximum space available for the line on the x axis. More... | |
double | PageMaxY [get] |
The maximum space available for the line on the y axis. More... | |
double | ContentMaxX [get] |
The maximum x coordinate of the content in the line. More... | |
double | ContentMinY [get] |
The minimum y coordinate of the content in the line. More... | |
double | ContentMaxY [get] |
The maximum y coordinate of the content in the line. More... | |
double | Baseline [get] |
The vertical coordinate of the baseline. More... | |
EventArgs for the MarkdownRenderer.LineMeasured event.
Definition at line 441 of file MarkdownRenderer.Events.cs.
VectSharp.Markdown.LineMeasuredEventArgs.LineMeasuredEventArgs | ( | MarkdownContext | markdownContext, |
Graphics | graphics, | ||
Line | line, | ||
double | pageMaxX, | ||
double | pageMaxY, | ||
double | contentMaxX, | ||
double | contentMinY, | ||
double | contentMaxY, | ||
double | baseline | ||
) |
Create a new LineMeasuredEventArgs
markdownContext | The current VectSharp.Markdown.MarkdownContext. |
graphics | The current VectSharp.Graphics surface. |
line | The line that will be rendered. |
pageMaxX | The maximum space available for the line on the x axis. |
pageMaxY | The maximum space available for the line on the y axis. |
contentMaxX | The maximum x coordinate of the content in the line. |
contentMinY | The minimum y coordinate of the content in the line. |
contentMaxY | The maximum y coordinate of the content in the line. |
baseline | The vertical coordinate of the baseline. |
Definition at line 500 of file MarkdownRenderer.Events.cs.
|
get |
The vertical coordinate of the baseline.
Definition at line 486 of file MarkdownRenderer.Events.cs.
|
get |
The maximum x coordinate of the content in the line.
Definition at line 471 of file MarkdownRenderer.Events.cs.
|
get |
The maximum y coordinate of the content in the line.
Definition at line 481 of file MarkdownRenderer.Events.cs.
|
get |
The minimum y coordinate of the content in the line.
Definition at line 476 of file MarkdownRenderer.Events.cs.
|
getset |
The current VectSharp.Graphics surface.
Definition at line 451 of file MarkdownRenderer.Events.cs.
|
getset |
The line that will be rendered.
Definition at line 456 of file MarkdownRenderer.Events.cs.
|
getset |
The current VectSharp.Markdown.MarkdownContext.
Definition at line 446 of file MarkdownRenderer.Events.cs.
|
get |
The maximum space available for the line on the x axis.
Definition at line 461 of file MarkdownRenderer.Events.cs.
|
get |
The maximum space available for the line on the y axis.
Definition at line 466 of file MarkdownRenderer.Events.cs.