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




In This Topic
    ImGearARTShapeMarkStat Class
    In This Topic
    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