C# Class gView.Plugins.MapTools.Graphics.Rectangle

Inheritance: GraphicShape
Show file Open project: jugstalt/gview5

Public Methods

Method Description
Load ( gView.Framework.IO.IPersistStream stream ) : void
Rectangle ( ) : gView.Framework.Carto
Save ( gView.Framework.IO.IPersistStream stream ) : void

Method Details

Load() public method

public Load ( gView.Framework.IO.IPersistStream stream ) : void
stream gView.Framework.IO.IPersistStream
return void

Rectangle() public method

public Rectangle ( ) : gView.Framework.Carto
return gView.Framework.Carto

Save() public method

public Save ( gView.Framework.IO.IPersistStream stream ) : void
stream gView.Framework.IO.IPersistStream
return void