getRenderPoints Method

Summary

Gets the points that must be rendered for this object.

Syntax

JavaScript Syntax
AnnTextRollupObjectRenderer.prototype.getRenderPoints = function(mapper, annObject) 
TypeScript Syntax
getRenderPoints(mapper: AnnContainerMapper, annObject: AnnObject): LeadPointD[]; 

Parameters

mapper

The mapper object to use for converting coordinates.

annObject

The object to render.

Return Value

An array of points to render.

Remarks

This class overrides AnnObjectRenderer implementation of this method to customize the points to render based on the value of AnnTextRollupObject.Expanded.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly