DisplayCanvasSetPixelCoordinateSystem Method

CVB.Net Documentation
Sets the attached PixelCoordinateSystemProperty to 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 void SetPixelCoordinateSystem(
	Visual visual,
	PixelCoordinateSystem coordinateSystem
)

Parameters

visual
Type: System.Windows.MediaVisual
The element to which the property value is written.
coordinateSystem
Type: Stemmer.Cvb.Wpf.ControlsPixelCoordinateSystem
Coordinate system to use.
See Also

Reference