MagnifierMouseToolRenderGeometry Property |
Gets or sets the Geometry used to define the shape of the magnifier.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Geometry RenderGeometry { get; set; }
Public Property RenderGeometry As Geometry
Get
Set
Property Value
Type:
Geometry The Geometry used to define the shape of the magnifier.
Remarks Setting this property to a non-null value will automatically change the
Size to fit the Geometry.
See Also