public LeadPoint SourcePoint {get; set;}
'Declaration
Public Property SourcePoint As LeadPoint
'Usage
Dim instance As FeatherAlphaBlendCommand
Dim value As LeadPoint
instance.SourcePoint = value
value = instance.SourcePoint
public LeadPoint SourcePoint {get; set;}
@property (nonatomic, assign) LeadPoint sourcePoint;
public LeadPoint getSourcePoint()
public void setSourcePoint(LeadPoint value)
get_SourcePoint();
set_SourcePoint(value);
Object.defineProperty('SourcePoint');
public:
property LeadPoint SourcePoint {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
Origin of the source rectangle. The width and height are the same width and height for the destination rectangle.