public LeadPoint MaskSourcePoint {get; set;}
'Declaration
Public Property MaskSourcePoint As LeadPoint
'Usage
Dim instance As FeatherAlphaBlendCommand
Dim value As LeadPoint
instance.MaskSourcePoint = value
value = instance.MaskSourcePoint
public LeadPoint MaskSourcePoint {get; set;}
@property (nonatomic, assign) LeadPoint maskSourcePoint
public LeadPoint getMaskSourcePoint()
public void setMaskSourcePoint(LeadPoint value)
<br/>get_MaskSourcePoint();<br/>set_MaskSourcePoint(value);<br/>Object.defineProperty('MaskSourcePoint');
public:
property LeadPoint MaskSourcePoint {
LeadPoint get();
void set ( LeadPoint value);
}
Property Value
Origin of the mask rectangle. The width and height are the same width and height for the destination rectangle.