DisplayCanvasPixelCoordinateSystem Attached Property

CVB.Net Documentation
Defines the location of a point in a pixel.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

See GetPixelCoordinateSystem, SetPixelCoordinateSystem

Property Value

Type: PixelCoordinateSystem
Remarks

This attached works in conjunction with the LengthUnitProperty if it is set to ImagePixel. It is ignored for DeviceIndependentPixel.

This defines where overlays are placed in the canvas. Either at the left-top location or in the center of the pixel/barycentric (default).

See Also

Reference