DXView |
The DXViewSizeChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
FinalPixelSize | Gets size of shown rendering area in pixels (RenderSize is multiplied by DpiScale). In case of super-sampling this value is smaller than RenderPixelSize. | |
RenderPixelSize | Gets size in pixels of back buffer that is used to render the 3D scene (RenderSize is multiplied by DpiScale and with SupersamplingFactor). To get size of shown rendering area in pixels (this size multiplied by dpi scale) see FinalPixelSize. | |
RenderSize | 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 FinalPixelSize. To get size of back buffer that is used by rendering (this size multiplied by dpi scale and super-sampling factor, see the RenderPixelSize |