ScrollableItemStyleTextGetViewDimensions Method

Returns the size of the view window of the ItemStyle in which the data is rendered.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public Size GetViewDimensions(
	Graphics gr
)

Parameters

gr  Graphics
Graphics object.

Return Value

Size
Size of the view window.

Implements

IScrollableItemStyleGetViewDimensions(Graphics)

See Also