ImageGear .NET v24.14 - Updated
ImGearAnnotationTemplates Class
Members 




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace : ImGearAnnotationTemplates Class
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)>
Public Class ImGearAnnotationTemplates 
   Inherits System.Windows.DependencyObject
'Usage
 
Dim instance As ImGearAnnotationTemplates
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public class ImGearAnnotationTemplates : System.Windows.DependencyObject 
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public __gc class ImGearAnnotationTemplates : public System.Windows.DependencyObject 
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
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

Reference

ImGearAnnotationTemplates Members
ImageGear.Windows.Controls Namespace