ImageGear v26.3 - Updated
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
    protected ImGearPoint m_rcPoint
    protected: ImGearPoint m_rcPoint
    protected:
    ImGearPoint m_rcPoint

    Field Value

    ImageGear.Core.ImGearPoint structure.
    See Also