 | LateralAverageROI Property |
Region to crop the end result to.
Namespace:
LynceeTec.API.Compositing
Assembly:
LynceeTec.API.Compositing (in LynceeTec.API.Compositing.dll) Version: 10.1.23514.0 , built 2023-11-07 12:22:01 UTC
Syntaxpublic Rectangle? ROI { get; set; }
public:
property Nullable<Rectangle> ROI {
Nullable<Rectangle> get ();
void set (Nullable<Rectangle> value);
}
Property Value
Type:
NullableRectangle
See Also