ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.ART Namespace / ImGearARTCustomPresentationController Class
Members




In This Topic
    ImGearARTCustomPresentationController Class
    In This Topic
    Provides a set of abstract members for user-defined custom mark controller, using with Wpf drawing engine.
    Object Model
    ImGearARTCustomPresentationController ClassImGearARTCustomPresentationController Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImGearARTCustomPresentationController 
       Inherits ImGearARTCustomController
    'Usage
     
    Dim instance As ImGearARTCustomPresentationController
    public abstract class ImGearARTCustomPresentationController : ImGearARTCustomController 
    public __gc abstract class ImGearARTCustomPresentationController : public ImGearARTCustomController 
    public ref class ImGearARTCustomPresentationController abstract : public ImGearARTCustomController 
    Inheritance Hierarchy

    System.Object
       ImageGear.ART.ImGearARTCustomController
          ImageGear.ART.ImGearARTCustomPresentationController

    See Also