DisplayCanvasPixelSize Property

CVB.Net Documentation
Gets the size of one ImageSource pixel.

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

[TypeConverterAttribute(typeof(SizeConverter))]
public Size PixelSize { get; }

Property Value

Type: Size
Size in device independent pixels; NaN if no display is possible.
See Also

Reference