The following tables list the members exposed by AnnHtml5RenderingEngine.
Name | Description | |
---|---|---|
AnnHtml5RenderingEngine | Initializes a new AnnHtml5RenderingEngine with the specified parameters. |
Name | Description | |
---|---|---|
attach | Attaches this rendering engine to a container and a canvas context 2d. | |
detach | Detaches this this drawing engine from the container. | |
drawClosedCurve | Represents a helper method to draw a closed curve in a HTML 5 canvas context. | |
drawCurve | Represents a helper method to draw a curve in a HTML 5 canvas context. | |
drawEllipse | Represents a helper method to draw an ellipse in a HTML 5 canvas context. | |
drawPicture | Represents a helper method to draw an AnnPicture in a HTML 5 canvas context. | |
getTextSize | Helper method to get the text size using the specified parameters. | |
measureString | Measures the specified string when drawn with the specified font. | |
measureTextHeight | Represents a helper method to measure the text height of an AnnFont in a HTML 5 canvas context. | |
onLoadPicture | Overrides AnnRenderingEngine.OnLoadPicture | |
renderGrid | Renders overlaying grid into specified container. | |
setFill | Represents a helper method to set an AnnBrush in a HTML 5 canvas context. | |
setFillOpacityAndBounds | Represents a helper method to set an AnnBrush in a HTML 5 canvas context. | |
setFillWithOpacity | Represents a helper method to set an AnnBrush in a HTML 5 canvas context with the specified opacity. | |
setFont | Represents a helper method to set an AnnFont in a HTML 5 canvas context. | |
setStroke | Represents a helper method to set an AnnStroke in a HTML 5 canvas context. | |
setStrokeWithOpacity | Represents a helper method to set an AnnStroke in a HTML 5 canvas context with the specified opacity. |
Name | Description | |
---|---|---|
context | Gets or sets the destination HTML 5 canvas context 2d object to use when rendering the annotation objects. |