ImageGear .NET v24.12 - Updated
Location Property (ImGearImageLayer)




ImageGear24.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearImageLayer Class : Location Property
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