PagesEnumeratorTMoveNext(IGraphics) Method

Advances the enumerator to the next available element of the collection.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool MoveNext(
	IGraphics g
)

Parameters

g  IGraphics
Drawing surface.

Return Value

Boolean
Returns true if next Page available, otherwise false.

See Also