Share via


Direct3D11CaptureFrame.DirtyRegions Property

Definition

public:
 property IVectorView<RectInt32> ^ DirtyRegions { IVectorView<RectInt32> ^ get(); };
IVectorView<RectInt32> DirtyRegions();
public IReadOnlyList<RectInt32> DirtyRegions { get; }
var iVectorView = direct3D11CaptureFrame.dirtyRegions;
Public ReadOnly Property DirtyRegions As IReadOnlyList(Of RectInt32)

Property Value

Applies to