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




In This Topic
    ImGearARTLineMarkStat Class
    In This Topic
    Represents statistics information about the linear annotation marks.
    Object Model
    ImGearARTLineMarkStat Class
    Syntax
    'Declaration
     
    Public Class ImGearARTLineMarkStat 
       Inherits ImGearARTMarkStat
    'Usage
     
    Dim instance As ImGearARTLineMarkStat
    public class ImGearARTLineMarkStat : ImGearARTMarkStat 
    public __gc class ImGearARTLineMarkStat : public ImGearARTMarkStat 
    public ref class ImGearARTLineMarkStat : public ImGearARTMarkStat 
    Remarks
    The information is: length of the ART mark.

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

    See Also