SetAlphaFromMaskCommand.Position Property |
Gets or sets the left, top position of the mask image.
Namespace:
Atalasoft.Imaging.ImageProcessing.Channels
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic Point Position { get; set; }
Public Property Position As Point
Get
Set
Property Value
Type:
Point The left, top position of the mask image.
See Also