ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearImageLayer Class / Location Property




In This Topic
Location Property (ImGearImageLayer)
In This Topic
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

Property Value

ImageGear.Core.ImGearPoint structure.
See Also