[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.CanvasItemRenderer.InchesToDevice

InchesToDevice Method

InchesToDevice(SizeF)

Converts the inch values to device values using dpi settings.

Declaration
protected SizeF InchesToDevice(SizeF value)
Parameters
Type Name Description
SizeF value

The values.

Returns
Type Description
SizeF

Returns the converted value.

InchesToDevice(PointF)

Converts the inch values to device values using dpi settings.

Declaration
protected PointF InchesToDevice(PointF value)
Parameters
Type Name Description
PointF value

The values.

Returns
Type Description
PointF

Returns the converted value.

InchesToDevice(RectangleF)

Converts inch rectangle values to device values using dpi settings.

Declaration
protected RectangleF InchesToDevice(RectangleF value)
Parameters
Type Name Description
RectangleF value

The rectangle.

Returns
Type Description
RectangleF

Returns the converted rectangle.