GlueViewTestPlugins.EntityControl.Handles.Handle.RemoveFromShapeManager C# (CSharp) Method

RemoveFromShapeManager() public method

Removes the circle from the ShapeManager
public RemoveFromShapeManager ( ) : void
return void
		public void RemoveFromShapeManager()
		{
			ShapeManager.Remove(mCircle);
		}