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




In This Topic
m_rcPoint Field
In This Topic
Rectangle specifying the location of the image layer.
Syntax
'Declaration
 
Protected m_rcPoint As ImGearPoint
 
'Usage
 
Dim instance As ImGearImageLayer
Dim value As ImGearPoint
 
value = instance.m_rcPoint
 
instance.m_rcPoint = value

Field Value

ImageGear.Core.ImGearPoint structure.
See Also