Click or drag to resize

DisplayPipelineIsInTiledDraw Method

Returns true if the currently drawn frame is part of a tiled capture. Tiled captures are performed when creating large raster outputs.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.2
Syntax
public bool IsInTiledDraw(
	out Size fullSize,
	out Rectangle currentTile
)

Parameters

fullSize
Type: System.DrawingSize
Final full size area that is being created
currentTile
Type: System.DrawingRectangle
What portion of the fullSize area that is currently being drawn

Return Value

Type: Boolean
true if a tiled capture is being performed. If false, the fullSize parameter will have the same size as currentTile
See Also