LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

CenterOfMass Property

Show in webframe







This property is updated with the object's center of mass.
Syntax
public LeadPoint CenterOfMass {get;}
'Declaration
 
Public ReadOnly Property CenterOfMass As LeadPoint
'Usage
 
Dim instance As ObjectInformationCommand
Dim value As LeadPoint
 
value = instance.CenterOfMass
public LeadPoint CenterOfMass {get;}
@property (nonatomic, assign, readonly) LeadPoint centerOfMass;
public LeadPoint getCenterOfMass()
 get_CenterOfMass(); 
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

See Also

Reference

ObjectInformationCommand Class
ObjectInformationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.