AnnotationUIApplyRegionTransform 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)
Syntax protected void ApplyRegionTransform(
AnnotationRegion region,
AnnotateSpace space
)
Protected Sub ApplyRegionTransform (
region As AnnotationRegion,
space As AnnotateSpace
)
Parameters
- region
- Type: Atalasoft.AnnotateAnnotationRegion
The region to convert. This must be a region in annotation space. - space
- Type: Atalasoft.AnnotateAnnotateSpace
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