Gets or sets the name of a region of interest.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ROI As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ViewWindowFields
Dim value As String
instance.ROI = value
value = instance.ROI
|
C# | |
---|
public string ROI {get; set;} |
Return Value
A
String which specifies the desired spatial region of the image through a name rather than through coordinates.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also