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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

CenterPoint Property (SphereCommand)








Gets or sets a point structure that contains the center of the sphere.
Syntax
public LeadPoint CenterPoint {get; set;}
public LeadPoint CenterPoint {get; set;}
 
get_CenterPoint();
set_CenterPoint(value);
Object.defineProperty('CenterPoint');
public:
property LeadPoint CenterPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}
'Declaration
 
Public Property CenterPoint As LeadPoint
 
'Usage
 
Dim instance As SphereCommand
Dim value As LeadPoint
 
instance.CenterPoint = value
 
value = instance.CenterPoint

Property Value

Point structure that contains the center of the sphere.
Example
Refer to SphereCommand.
Requirements

Target Platforms

See Also

Reference

SphereCommand Class
SphereCommand Members

Error processing SSI file