|
DXViewDXRenderSize Property |
Gets size of shown rendering area in WPF units.
To get size of shown rendering area in pixels (this size multiplied by dpi scale) see
DXFinalPixelSize.
To get size of back buffer that is used by rendering (this size multiplied by dpi scale and super-sampling factor, see the
DXRenderPixelSize Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public Size DXRenderSize { get; }
Property Value
SizeSee Also