ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / IVirtualSurfaceImageSourceNative Class / UpdateRectangles Property

In This Topic
    UpdateRectangles Property
    In This Topic
    Gets the set of regions that must be updated on the shared surface.
    Syntax
    'Declaration
     
    Public ReadOnly Property UpdateRectangles As RectL()
    public RectL[] UpdateRectangles {get;}
    See Also