DisplayCanvasGetPixelCoordinateSystem Method

CVB.Net Documentation
Gets the attached PixelCoordinateSystemProperty for the given visual.

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

[TypeConverterAttribute(typeof(EnumConverter))]
[AttachedPropertyBrowsableForChildrenAttribute]
public static PixelCoordinateSystem GetPixelCoordinateSystem(
	Visual visual
)

Parameters

visual
Type: System.Windows.MediaVisual
The element to read the property value from.

Return Value

Type: PixelCoordinateSystem
Pixel coordinate system.
See Also

Reference