IScrollableItemStyleGetDocumentDimensions Method

Calculates the dimension of the document, based on graphics and data.

Definition

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

Parameters

gr  Graphics
Graphics object
rowItem  RowItem
Row item, that contains the document data.

Return Value

Size
Szie of the document.

See Also