←Select platform

CenterOfMass Property

Summary

This property is updated with the object's center of mass.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint CenterOfMass { get; } 
Public ReadOnly Property CenterOfMass As LeadPoint 
@property (nonatomic, assign, readonly) LeadPoint centerOfMass 
public LeadPoint getCenterOfMass() 
public: 
property LeadPoint CenterOfMass { 
   LeadPoint get(); 
} 

Property Value

LeadPoint structure that is updated with the object's center of mass.

Example

Refer to ObjectInformationCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly