Click or drag to resize
SpriteControllerInvalidate Method (Rectangle, Boolean)
Invalidate a rectangle that is specified in image coordinates

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public 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