ImageGear .NET - Updated
ImGearARTMarkStat Class
Members 




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTMarkStat Class
This class has been deprecated. Provides the abstract base class for a set of classes intended to represent specific statistics information about ART marks.
Object Model
ImGearARTMarkStat ClassImGearARTMarkStat ClassImGearARTMark Class
Syntax
'Declaration
 
Public MustInherit Class ImGearARTMarkStat 
'Usage
 
Dim instance As ImGearARTMarkStat
public abstract class ImGearARTMarkStat 
public __gc abstract class ImGearARTMarkStat 
public ref class ImGearARTMarkStat abstract 
Remarks
Such information could be: area and perimeter for the shape marks (rectangle, ellipse, etc.), length for the line marks (line, polyline, arrow, etc.), and so on.
Inheritance Hierarchy

System.Object
   ImageGear.ART.ImGearARTMarkStat
      ImageGear.ART.ImGearARTLineMarkStat
      ImageGear.ART.ImGearARTPointMarkStat
      ImageGear.ART.ImGearARTShapeMarkStat

See Also

Reference

ImGearARTMarkStat Members
ImageGear.ART Namespace
ImGearARTShapeMarkStat Class
ImGearARTLineMarkStat Class
ImGearARTPointMarkStat Class