NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Graphics.Flush (FlushIntention)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Flush( _
   ByVal intention As FlushIntention _
)
[C#]
public void Flush(
   FlushIntention intention
);
[C++]
public: void Flush(
   FlushIntention intention
);
[JScript]
public function Flush(
   intention : FlushIntention
);

Parameters

intention
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.Flush Overload List