ImageGear .NET v24.12 - Updated
Point Property (ImGearAnnotationTemplates)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates Class : Point Property
Gets or sets a Point mark to be used as a template when creating Point marks using the mouse.
Syntax
'Declaration
 
Public Property Point As ImGearARTPoint
'Usage
 
Dim instance As ImGearAnnotationTemplates
Dim value As ImGearARTPoint
 
instance.Point = value
 
value = instance.Point
public ImGearARTPoint Point {get; set;}
public: __property ImGearARTPoint* get_Point();
public: __property void set_Point( 
   ImGearARTPoint* value
);
public:
property ImGearARTPoint^ Point {
   ImGearARTPoint^ get();
   void set (    ImGearARTPoint^ value);
}

Property Value

ImGearARTPoint value.
See Also

Reference

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members