C# Class AlbLib.Imaging.GraphicObject

Mostra file Open project: IllidanS4/AlbLib

Public Methods

Method Description
GraphicObject ( ImageBase image, Point location ) : System

Method Details

GraphicObject() public method

public GraphicObject ( ImageBase image, Point location ) : System
image ImageBase /// Source image. ///
location Point /// Location of object. ///
return System