VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / OverlayBinaryCommand Class / OverlayPosition Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    OverlayPosition Property (OverlayBinaryCommand)
    In This Topic
    Gets or sets position of overlay image, in pixels.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Position of overlay image, in pixels.")>
    Public Property OverlayPosition As System.Drawing.Point
    
    
    [Description("Position of overlay image, in pixels.")]
    public System.Drawing.Point OverlayPosition { get; set; }
    
    
    [Description("Position of overlay image, in pixels.")]
    public: __property System.Drawing.Point* get_OverlayPosition();
    public: __property void set_OverlayPosition(
    System.Drawing.Point* value
    );
    [Description("Position of overlay image, in pixels.")]
    public:
    property System.Drawing.Point^ OverlayPosition { System.Drawing.Point^ get(); void set(System.Drawing.Point^ value); }

    Property Value

    Defaul value is System.Drawing.Point(0,0).
    Exceptions
    ExceptionDescription
    Thrown if coordinates are negative.
    Remarks

    X, Y - coordinates on image coordinate system.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also