public LeadPoint CenterPoint {get; set;}
'Declaration
Public Property CenterPoint As LeadPoint
'Usage
Dim instance As UserFilterCommand
Dim value As LeadPoint
instance.CenterPoint = value
value = instance.CenterPoint
public LeadPoint CenterPoint {get; set;}
@property (nonatomic, assign) LeadPoint centerPoint;
public LeadPoint getCenterPoint()
public void setCenterPoint(LeadPoint value)
get_CenterPoint();
set_CenterPoint(value);
Object.defineProperty('CenterPoint');
public:
property LeadPoint CenterPoint {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
LeadPoint structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.