Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

CenterOfMass Property








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

Error processing SSI file