DisplayCanvasSetOffset Method

CVB.Net Documentation
Sets the amount of horizontal and vertical offset.

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

public void SetOffset(
	double offsetX,
	double offsetY
)

Parameters

offsetX
Type: SystemDouble
The degree to which content is horizontally offset from the containing view port in device independent pixels.
offsetY
Type: SystemDouble
The degree to which content is vertically offset from the containing view port in device independent pixels.
See Also

Reference