Click or drag to resize

StiComponentGetPaintRectangle Method (Boolean, Boolean, Boolean)

Makes all necessary conversions for the object output and returns its coordinates.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public RectangleD GetPaintRectangle(
	bool convertToHInches,
	bool convertByZoom,
	bool docking
)

Parameters

convertToHInches
Type: SystemBoolean
Convert into hundredths of inch.
convertByZoom
Type: SystemBoolean
Convert by zoom.
docking
Type: SystemBoolean
A parameter which specifies a docking of the rectangle to the container.

Return Value

Type: RectangleD
A rectangle of a component.
See Also