Click or drag to resize

RectangleOfInterestIsTheSame Method

Checks if two Rectangles of interest are the same by checking overlap area

Namespace:  Rubedos.Viper.Net.Iface
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
public bool IsTheSame(
	RectangleOfInterest newRoi
)

Parameters

newRoi
Type: Rubedos.Viper.Net.IfaceRectangleOfInterest

[Missing <param name="newRoi"/> documentation for "M:Rubedos.Viper.Net.Iface.RectangleOfInterest.IsTheSame(Rubedos.Viper.Net.Iface.RectangleOfInterest)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rubedos.Viper.Net.Iface.RectangleOfInterest.IsTheSame(Rubedos.Viper.Net.Iface.RectangleOfInterest)"]

See Also