ImageGear .NET - Updated
ImGearARTPointMarkStat Class
Members 




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTPointMarkStat Class
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

Reference

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