public IList<LeadPoint[]> GetOutline()
public:
IList<array<LeadPoint>>^ GetOutline();
def GetOutline(self):
A collection of an array of LeadPoint that contains the outline of this region.
Use GetOutline to get the outline of a RasterRegion object. The result of this method is a collection of an array of points for each path segment. For example, if the region was rectangular, then this method will return a list that contains a single array of 4 points: the top-left, top-right, bottom-right and bottom-left corners.
If the region was was elliptical, then this method will return a list that contains a single array of a number of points. The number and position of the points depends on the size of ellipse.
If the region is a complex shape with holes, then this method will return a list with many arrays with various number of points.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document