ImageGear .NET - Updated
ImGearARTShapeMarkStat Class
Members 




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTShapeMarkStat Class
Represents statistics information about the shaped annotation marks.
Object Model
ImGearARTShapeMarkStat Class
Syntax
'Declaration
 
Public Class ImGearARTShapeMarkStat 
   Inherits ImGearARTMarkStat
'Usage
 
Dim instance As ImGearARTShapeMarkStat
public class ImGearARTShapeMarkStat : ImGearARTMarkStat 
public __gc class ImGearARTShapeMarkStat : public ImGearARTMarkStat 
public ref class ImGearARTShapeMarkStat : public ImGearARTMarkStat 
Remarks
The information is: area and perimeter of the mark.

An instance of the ImGearARTShapeMarkStat 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.ImGearARTShapeMarkStat

See Also

Reference

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