Method SetNeedsDraw
SetNeedsDraw()
public void SetNeedsDraw()
Remarks
SetNeedsDraw(Rectangle)
Expands the area of this view needing to be redrawn to include viewPortRelativeRegion.
public void SetNeedsDraw(Rectangle viewPortRelativeRegion)
Parameters
Remarks
The location of viewPortRelativeRegion is relative to the View's Viewport.
If the view has not been initialized (IsInitialized is false), the area to be
redrawn will be the viewPortRelativeRegion.