Direct3D11CaptureFrame.DirtyRegions 属性

定义

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)

属性值

适用于