AnnotationRenderingEngineRenderTranslucentPointsAnnotation Method (PointF, AnnotationData, AnnotationPen, AnnotationBrush, RenderEnvironment, Boolean) |
Renders a translucent annotation from the specified points.
Namespace:
Atalasoft.Annotate.Renderer
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected PointF RenderTranslucentPointsAnnotation(
PointF[] points,
AnnotationData data,
AnnotationPen outline,
AnnotationBrush fill,
RenderEnvironment e,
bool closeFigure
)
Protected Function RenderTranslucentPointsAnnotation (
points As PointF(),
data As AnnotationData,
outline As AnnotationPen,
fill As AnnotationBrush,
e As RenderEnvironment,
closeFigure As Boolean
) As PointF
Parameters
- points
- Type: System.DrawingPointF
An array of points for the annotation. - data
- Type: Atalasoft.AnnotateAnnotationData
The annotation to render. This must derive from PointBaseData. - outline
- Type: Atalasoft.AnnotateAnnotationPen
The outline pen used. - fill
- Type: Atalasoft.AnnotateAnnotationBrush
The fill used. - e
- Type: Atalasoft.Annotate.RendererRenderEnvironment
A RenderEnvironment containing information used when rendering. - closeFigure
- Type: SystemBoolean
Indicates whether the points should form a closed figure.
Return Value
Type:
PointF Returns a point that can be used for the locked image.
See Also