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.BeginContainer (Rectangle, Rectangle, GraphicsUnit)

[To be supplied.]

[Visual Basic]
Overloads Public Function BeginContainer( _
   ByVal dstrect As Rectangle, _
   ByVal srcrect As Rectangle, _
   ByVal unit As GraphicsUnit _
) As GraphicsContainer
[C#]
public GraphicsContainer BeginContainer(
   Rectangle dstrect,
   Rectangle srcrect,
   GraphicsUnit unit
);
[C++]
public: GraphicsContainer* BeginContainer(
   Rectangle dstrect,
   Rectangle srcrect,
   GraphicsUnit unit
);
[JScript]
public function BeginContainer(
   dstrect : Rectangle,
   srcrect : Rectangle,
   unit : GraphicsUnit
) : GraphicsContainer;

Parameters

dstrect
[To be supplied.]
srcrect
[To be supplied.]
unit
[To be supplied.]

See Also

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