ImageGear for .NET
HotSpot Property




Gets or sets a HotSpot mark to be used as a template when creating marks using the mouse.
Syntax
'Declaration
 
Public Property HotSpot As ImGearARTHotSpot
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTHotSpot
 
instance.HotSpot = value
 
value = instance.HotSpot
public ImGearARTHotSpot HotSpot {get; set;}
public: __property ImGearARTHotSpot* get_HotSpot();
public: __property void set_HotSpot( 
   ImGearARTHotSpot* value
);
public:
property ImGearARTHotSpot^ HotSpot {
   ImGearARTHotSpot^ get();
   void set (    ImGearARTHotSpot^ value);
}

Property Value

ImGearARTHotSpot value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback