PagesEnumeratorTMoveNext(IGraphics) Method
Advances the enumerator to the next available element of the collection.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool MoveNext(
IGraphics g
)
Public Function MoveNext (
g As IGraphics
) As Boolean
public:
bool MoveNext(
IGraphics^ g
)
member MoveNext :
g : IGraphics -> bool
- g IGraphics
-
Drawing surface.
Boolean
Returns true if next Page available, otherwise false.