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.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CameraBase WithScreenOffset(
PointD2D screenOffset
)
Parameters
- screenOffset PointD2D
- The screen offset.
Return Value
CameraBaseNew instance of this class with
ScreenOffset set to the provided value.
See Also