Click or drag to resize

ZoomMouseToolMaintainPenThickness Property

Gets or sets a value indicating whether the thickness of the zoom selection pen is rendered at the same size or scaled along with the image zoom value.

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 bool MaintainPenThickness { get; set; }

Property Value

Type: Boolean
A value indicating whether the zoom selection pen thickness is kept the same size.
Remarks
Setting this property to true will keep the pen at the same size. A setting of false will allow the pen to scale with the zoom level of the image.
See Also