FrameGetRegionPolygon Method

Note: This API is now obsolete.
Returns the polygon for the region of interest.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public List<Point> GetRegionPolygon(
	string faceId,
	string regionName
)

Parameters

faceId  String
identifier for the face of interest
regionName  String
which points are needed for drawing

Return Value

ListPoint
list of points forming a closed polygon shape for region of interest

See Also