ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / IImGearMarkEditorWindow Interface
Members




In This Topic
    IImGearMarkEditorWindow Interface
    In This Topic
    Defines the annotation mark editor window interface.
    Object Model
    IImGearMarkEditorWindow Interface
    Syntax
    'Declaration
     
    Public Interface IImGearMarkEditorWindow 
    'Usage
     
    Dim instance As IImGearMarkEditorWindow
    public interface IImGearMarkEditorWindow 
    public __gc __interface IImGearMarkEditorWindow 
    public interface class IImGearMarkEditorWindow 
    Remarks
    The annotation mark property editor control should implement this interface in order for the Annotator to link the editor control to the chosen mark and allow automatic redraw of the mark when its attributes are being edited.
    See Also