WebAnnotationControllerRenderAnnotation Method (Int32, Int32, Int32, Double) |
Gets an AtalaImage that represents the AnnotationUI object at the given layerIndex, groupIndex, and
annIndex at the given zoom level.
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaImage RenderAnnotation(
int layerIndex,
int groupIndex,
int annIndex,
double z
)
Public Function RenderAnnotation (
layerIndex As Integer,
groupIndex As Integer,
annIndex As Integer,
z As Double
) As AtalaImage
Parameters
- layerIndex
- Type: SystemInt32
Index of the layer that the annotation is on. - groupIndex
- Type: SystemInt32
Index of the group that the annotation is on. This should be -1 if the annotation is not
in a group. - annIndex
- Type: SystemInt32
Index of the annotation relative to the parent object. - z
- Type: SystemDouble
The desired zoom level of the image.
Return Value
Type:
AtalaImageSee Also