getAreaInPixels Method

Summary

Returns the pixel count of this AnnObject.

Syntax

JavaScript Syntax
AnnObject.prototype.getAreaInPixels = function( 
   mapper 
) 
TypeScript Syntax
getAreaInPixels( 
   mapper: AnnContainerMapper 
): number; 

Parameters

mapper

The mapper to use in this container when converting display, container and image coordinates.

Return Value

The pixel count of this AnnObject.

Remarks

Derived objects can override GetAreaInPixels to provide their own implementation using a custom algorithm.

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.Core Assembly