AnnotationUI.ApplyRegionTransform Method |
Use this method to convert a region from annotation space to document or view
space.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected void ApplyRegionTransform(
AnnotationRegion region,
AnnotateSpace space
)
Protected Sub ApplyRegionTransform (
region As AnnotationRegion,
space As AnnotateSpace
)
Parameters
- region
- Type: Atalasoft.Annotate.AnnotationRegion
The region to convert. This must be a region in annotation space. - space
- Type: Atalasoft.Annotate.AnnotateSpace
The space to convert the region into. If this argument is
AnnotateSpace.Annotation, no transform is applied.
Exceptions
Examples
See the
GetRegion
method for an example of using
ApplyRegionTransform.
See Also