The following tables list the members exposed by AnnWinFormsRenderingEngine.
Public Constructors
Name | Description | |
---|---|---|
![]() |
AnnWinFormsRenderingEngine | Initializes a new AnnWinFormsRenderingEngine with the specified parameters. |
Protected Constructors
Name | Description | |
---|---|---|
![]() |
AnnRenderingEngine | Initializes a new instance of this class. (Inherited from AnnRenderingEngine) |
Public Methods
Name | Description | |
---|---|---|
![]() |
Attach | Attaches a container and a context to this drawing engine. |
![]() |
AttachContainer | Attaches a container to this drawing engine. (Inherited from AnnRenderingEngine) |
![]() |
Burn | Burns the annotation objects in Container to the destination context using the existing destination rectangle and resolution (DPI). (Inherited from AnnRenderingEngine) |
![]() |
BurnToRect | Burns the annotation objects in Container to the destination context and destination rectangle. (Inherited from AnnRenderingEngine) |
![]() |
BurnToRectWithDpi | Burns the annotation objects in Container to the destination context and destination rectangle at the specified resolution. (Inherited from AnnRenderingEngine) |
![]() |
Detach | Detaches this this drawing engine from the container. |
![]() |
DrawPicture | Helper method to draw an AnnPicture using the properties of this rendering engine. |
![]() ![]() |
FromFont | Helper method to convert System.Drawing.Font to AnnFont. |
![]() ![]() |
GetTextSize | Returns the size of a text with a AnnFont and clipping size. |
![]() |
MeasureString | Measures the specified string when drawn with the specified font. |
![]() |
OnLoadPicture | Overrides OnLoadPicture. |
![]() |
Render | Renders the AnnContainer associated with this AnnRenderingEngine using the specified clip rectangle. (Inherited from AnnRenderingEngine) |
![]() |
RenderContainer | Renders a container using the specified clip rectangle. (Inherited from AnnRenderingEngine) |
![]() |
RenderGrid | Renders overlaying grid into specified container. |
![]() |
RenderLayer | Renders an individual layer using the specified clip rectangle. (Inherited from AnnRenderingEngine) |
![]() |
RenderLayers | Renders annotation layers using the specified clip rectangle. (Inherited from AnnRenderingEngine) |
![]() |
RenderOnImage | Renders the container into the specified image. |
![]() ![]() |
ToBrush | Helper method to convert AnnBrush to System.Drawing.Brush with alpha, opacity and bounding rectangle values. |
![]() ![]() |
ToFont | Helper method to convert AnnFont to System.Drawing.Font. |
![]() ![]() |
ToLinearGradientBrush | Helper method to convert AnnLinearGradientBrush to System.Drawing.Brush with opacity and bounding rectangle values. |
![]() ![]() |
ToPen | Helper method to convert AnnStroke to System.Drawing.Pen using an opacity. |
![]() ![]() |
ToPoint | Helper method to convert LeadPointD to System.Drawing.PointF . |
![]() ![]() |
ToPoints | Helper method to convert array of LeadPointD to array of System.Drawing.PointF. |
![]() ![]() |
ToSolidBrush | Helper method to convert AnnSolidColorBrush to System.Drawing.Brush with opacity value. |
Public Properties
Name | Description | |
---|---|---|
![]() |
ClipRectangle | Gets the current clipping rectangle for this AnnRenderingEngine. (Inherited from AnnRenderingEngine) |
![]() |
Container | Gets the AnnContainer associated with this AnnRenderingEngine. (Inherited from AnnRenderingEngine) |
![]() ![]() |
ContainerLabelRenderer | Gets the renderer used to render the container labels. (Inherited from AnnRenderingEngine) |
![]() |
Context | Gets the destination graphics context object to use when rendering the annotation objects. |
![]() |
LoadingPictureFill | Gets or sets the object to use for filling the background of the loading picture placeholder rectangle. (Inherited from AnnRenderingEngine) |
![]() |
LoadingPictureStroke | Gets or sets the object to use for stroking the border of the loading picture placeholder rectangle. (Inherited from AnnRenderingEngine) |
![]() |
Renderers | Gets or sets the list of available AnnRenderingEngines. (Inherited from AnnRenderingEngine) |
![]() |
RenderState | Gets or sets the states parts of the annotation objects to render. (Inherited from AnnRenderingEngine) |
![]() |
Resources | Gets or sets the default resources for this AnnRenderingEngine. (Inherited from AnnRenderingEngine) |
![]() |
SnapToGridOptions | Gets or sets the default AnnSnapToGridOptions. (Inherited from AnnRenderingEngine) |
![]() |
Stateless | Gets a value that indicate whether this rendering engine is stateless. (Inherited from AnnRenderingEngine) |
Public Events
Name | Description | |
---|---|---|
![]() |
LoadPicture | Occurs when a picture object has been finished loading its source image. (Inherited from AnnRenderingEngine) |