Closes the current graphics container and restores the state of this Graphics object to the state saved by the call to the BeginGroup()()() method.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public abstract void EndGroup() |
| Visual Basic (Declaration) |
|---|
Public MustOverride Sub EndGroup |
| Visual C++ |
|---|
public: virtual void EndGroup() abstract |