WpfAnnotationSpaceConverter Constructor |
Creates a new instance of WpfAnnotationSpaceConverter.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public WpfAnnotationSpaceConverter(
Matrix viewerMatrix,
Matrix annotationMatrix
)
Public Sub New (
viewerMatrix As Matrix,
annotationMatrix As Matrix
)
Parameters
- viewerMatrix
- Type: System.Windows.MediaMatrix
The viewer matrix. - annotationMatrix
- Type: System.Windows.MediaMatrix
The annotation rendering matrix.
Remarks The viewer matrix can be created using the WpfAnnotationCanvas.CreateViewerMatrix method and the annotation matrix can be retrieved from [annotation].RenderTransform.Value.
See Also