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




In This Topic
    ImGearARTFormsPolyController Class
    In This Topic
    Mark annotator controller that implements mouse interaction for marks defined by a set of points, like Polyline, Polygon etc.
    Object Model
    ImGearARTFormsPolyController Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImGearARTFormsPolyController 
       Inherits ImGearARTFormsMarkController
    'Usage
     
    Dim instance As ImGearARTFormsPolyController
    public abstract class ImGearARTFormsPolyController : ImGearARTFormsMarkController 
    public __gc abstract class ImGearARTFormsPolyController : public ImGearARTFormsMarkController 
    public ref class ImGearARTFormsPolyController abstract : public ImGearARTFormsMarkController 
    Inheritance Hierarchy

    System.Object
       ImageGear.ART.Forms.ImGearARTFormsMarkController
          ImageGear.ART.Forms.ImGearARTFormsPolyController

    See Also