public LeadPointD[] GetRenderPoints(
AnnContainerMapper mapper,
AnnObject annObject
)
Function GetRenderPoints( _
ByVal mapper As AnnContainerMapper, _
ByVal annObject As AnnObject _
) As LeadPointD()
-(LTLeadPointCollection*) getRenderPointsMapper:(LTAnnContainerMapper*) mapper
object:(LTAnnObject*) annObject;
public:
array<LeadPointD^>^ GetRenderPoints(
AnnContainerMapper^ mapper,
AnnObject^ annObject
)
mapper
The mapper object to use for converting coordinates.
annObject
The object to render.
An array of points to render.
This method is called by the renderer to get the points of the objects. The default implementation in this class returns the same points as AnnObject.Points. The renderer then draws a polyline or polygon of these points and strokes and fills it to draw the object.
This implementation is enough for simple objects such as a line or a rectangle and the type renderer will just use this default implementation and not override this behavior. If you have a more complex shape where the number of points to render is not the same as AnnObject.Points, then you can override this method to return your own set 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