←Select platform

GetAreaInPixels Method

Summary

Returns the pixel count of this AnnEllipseObject.

Syntax
C#
VB
C++
public override double GetAreaInPixels( 
   AnnContainerMapper mapper 
) 
Public Overrides Function GetAreaInPixels( 
   ByVal mapper As AnnContainerMapper 
) As Double 
public:  
   virtual double GetAreaInPixels( 
      AnnContainerMapper^ mapper 
   ) override 

Parameters

mapper

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

Return Value

The pixel count of this AnnEllipseObject.

Remarks

You can use a custom algorithm to calculate the pixel count of an AnnEllipseObject by overriding this method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly