ImageGear for .NET
Location Property (ImGearImageLayer)




Gets or sets rectangle specifying the location of the image layer.
Syntax
'Declaration
 
Public Property Location As ImGearPoint
'Usage
 
Dim instance As ImGearImageLayer
Dim value As ImGearPoint
 
instance.Location = value
 
value = instance.Location
public ImGearPoint Location {get; set;}
public: __property ImGearPoint get_Location();
public: __property void set_Location( 
   ImGearPoint value
);
public:
property ImGearPoint Location {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImageGear.Core.ImGearPoint structure.
See Also

Reference

ImGearImageLayer Class
ImGearImageLayer Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback