ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationTemplates Class
Members




In This Topic
    ImGearAnnotationTemplates Class
    In This Topic
    Provides templates for creating annotations using the mouse.
    Object Model
    ImGearAnnotationTemplates ClassImGearARTCurve ClassImGearARTEllipse ClassImGearARTPolyline ClassImGearARTImage ClassImGearARTLine ClassImGearARTPoint ClassImGearARTPolygon ClassImGearARTPolyline ClassImGearARTPolyRuler ClassImGearARTPopupText ClassImGearARTProtractor ClassImGearARTRectangle ClassImGearARTRuler ClassImGearARTText Class
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearAnnotationTemplates 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ImGearAnnotationTemplates
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearAnnotationTemplates : System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearAnnotationTemplates : public System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class ImGearAnnotationTemplates : public System.Windows.DependencyObject 
    Remarks
    This class can be used to specify a template for each mark that will be used when creating marks using the mouse. Some properties, such as the size, points, and location, are not used since those are determined when creating the mark. If a page resolution is specified for the Ruler or PolyRuler template, it will not be used; Ruler and PolyRuler marks use the page resolution of the currently displayed page.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             ImageGear.Windows.Controls.ImGearAnnotationTemplates

    See Also