C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the origin of the mask rectangle.
public LeadPoint MaskSourcePoint { get; set; }
Public Property MaskSourcePoint As Leadtools.LeadPoint
public Leadtools.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 Leadtools.LeadPoint MaskSourcePoint {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
Origin of the mask rectangle. The width and height are the same width and height for the destination rectangle.
Refer to FeatherAlphaBlendCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET