PixelCoordinateSystem Enumeration

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

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

public enum PixelCoordinateSystem
Members

  Member nameValueDescription
LeftTop0 The point is at the left-top edge of the pixel.
Barycentric1 The point is at the center of the pixel (center of mass).
See Also

Reference