Direct3D11CaptureFrame.ContentSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The content size at the time the frame was rendered.
public:
property SizeInt32 ContentSize { SizeInt32 get(); };
SizeInt32 ContentSize();
public SizeInt32 ContentSize { get; }
var sizeInt32 = direct3D11CaptureFrame.contentSize;
Public ReadOnly Property ContentSize As SizeInt32
Property Value
The content size at the time the frame was rendered.