ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / PresentParameters Structure / DirtyRectangles Field

In This Topic
    DirtyRectangles Field
    In This Topic
    A list of updated rectangles that you update in the back buffer for the presented frame. An application must update every single pixel in each rectangle that it reports to the runtime; the application cannot assume that the pixels are saved from the previous frame. For more information about updating dirty rectangles, see Remarks. You can set this member to null if DirtyRectsCount is 0. An application must not update any pixel outside of the dirty rectangles.
    Syntax
    'Declaration
     
    Public DirtyRectangles As RectL()
    public RectL[] DirtyRectangles
    See Also