Public ReadOnly Property HorizontalMarginAdjustment As Integer
Dim instance As ImageRegistrationResults Dim value As Integer value = instance.HorizontalMarginAdjustment
public int HorizontalMarginAdjustment {get;}
Public ReadOnly Property HorizontalMarginAdjustment As Integer
Dim instance As ImageRegistrationResults Dim value As Integer value = instance.HorizontalMarginAdjustment
public int HorizontalMarginAdjustment {get;}
A value less than 0 indicates that pixels were removed from the left margin, making the image smaller. A value greater than 0 indicates that pixels were added to the left margin, making the image larger.
When the ImageRegistrationOptions.HorizontalAddOnly flag is true and the value specified in the property is less than 0, no modification to the left margin of the current image will have occured. In this case, the value returned by this property represents the adjustment that would have been applied to the left margin if Registration were permitted to remove pixels.
Note: When Registration adds pixels to the image, the added pixels are always white.