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




In This Topic
    ImGearARTPointMarkStat Class
    In This Topic
    Represents statistics information about the point annotation marks.
    Object Model
    ImGearARTPointMarkStat Class
    Syntax
    'Declaration
     
    Public Class ImGearARTPointMarkStat 
       Inherits ImGearARTMarkStat
    'Usage
     
    Dim instance As ImGearARTPointMarkStat
    public class ImGearARTPointMarkStat : ImGearARTMarkStat 
    public __gc class ImGearARTPointMarkStat : public ImGearARTMarkStat 
    public ref class ImGearARTPointMarkStat : public ImGearARTMarkStat 
    Remarks
    Currently this class does only represent the ImGearARTMarkType.POINT mark type. There is no detailed statistic information available for such mark type.

    An instance of the ImGearARTPointMarkStat class is always created for the specified mark object and should not be used after destroying that mark object.

    Inheritance Hierarchy

    System.Object
       ImageGear.ART.ImGearARTMarkStat
          ImageGear.ART.ImGearARTPointMarkStat

    See Also