ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTMarkStat Class
Members




In This Topic
    ImGearARTMarkStat Class
    In This Topic
    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
    See Also