←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.