Click or drag to resize

CameraBaseWithScreenOffset Method

Gets a new instance with ScreenOffset set to the provided value. The screen offset has to be used only in extraordinary situation, e.g. for shifting to simulate multisampling; or for shifting to center the exported bitmap. It is not serialized either.

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CameraBase WithScreenOffset(
	PointD2D screenOffset
)

Parameters

screenOffset  PointD2D
The screen offset.

Return Value

CameraBase
New instance of this class with ScreenOffset set to the provided value.
See Also