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)

プロパティ値

適用対象