SpriteControllerInvalidate Method (Rectangle, Boolean) |
Invalidate a rectangle that is specified in image coordinates
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntaxpublic void Invalidate(
Rectangle ImageRectangle,
bool QueueUpInvalidation = true
)
Parameters
- ImageRectangle
- Type: System.DrawingRectangle
A rectangle based on the image coordinates - QueueUpInvalidation (Optional)
- Type: SystemBoolean
Whether to do it now, or to queue it up for another time.
See Also