CameraBaseScreenOffset Property |
Gets the screen offset. 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 PointD2D ScreenOffset { get; }
Property Value
PointD2D
The screen offset (this is a relative value - relative to the dimensions of the screen).
See Also