EndBatchDraw

This function is used to end batch drawing mode and refreshes the undisplayed drawing.

// End batch drawing mode and refreshes the undisplayed drawing
void EndBatchDraw();
// End batch drawing mode and refreshes the undisplayed drawing in the specified region
void EndBatchDraw(
	int left,
	int top,
	int right,
	int bottom
);

Parameters

left

The left x-coordinate of the specified region.

top

The top y-coordinates of the specified region.

right

The right x-coordinate of the specified region.

bottom

The bottom y-coordinates of the specified region.

Return Value

None

Examples

See the example of BeginBatchDraw.

(贡献者:Krissi  编辑