ScrollableItemStyleTextGetDocumentDimensions Method

Returns the calculated dimensions of the document, based on the text data and bounds of the ItemStyle.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public Size GetDocumentDimensions(
	Graphics gr,
	RowItem rowItem
)

Parameters

gr  Graphics
Graphics object.
rowItem  RowItem
The RowItem, containing the data to be displayed.

Return Value

Size
Calculated size of the document.

Implements

IScrollableItemStyleGetDocumentDimensions(Graphics, RowItem)

See Also