VintaSoft Imaging .NET SDK 15.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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also