FrameGetRegionPolygon Method
Note: This API is now obsolete.
Returns the polygon for the region of interest.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public List<Point> GetRegionPolygon(
string faceId,
string regionName
)
<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>
Public Function GetRegionPolygon (
faceId As String,
regionName As String
) As List(Of Point)
public:
[ObsoleteAttribute(L"This method is deprecated and will be removed in future versions.")]
List<Point>^ GetRegionPolygon(
String^ faceId,
String^ regionName
)
[<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>]
member GetRegionPolygon :
faceId : string *
regionName : string -> List<Point>
- faceId String
- identifier for the face of interest
- regionName String
- which points are needed for drawing
ListPointlist of points forming a closed polygon shape for region of interest