StiComponentGetPaintRectangle Method (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
)
Public Function GetPaintRectangle (
convertToHInches As Boolean,
convertByZoom As Boolean
) As RectangleD
Parameters
- convertToHInches
- Type: SystemBoolean
Convert into hundredths of inch. - convertByZoom
- Type: SystemBoolean
Convert by zoom.
Return Value
Type:
RectangleDA rectangle of a component.
See Also