←Select platform

MaskSourcePoint Property

Summary

Gets or sets the origin of the mask rectangle.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint MaskSourcePoint { get; set; } 
Public Property MaskSourcePoint As LeadPoint 
@property (nonatomic, assign) LeadPoint maskSourcePoint 
public LeadPoint getMaskSourcePoint() 
public void setMaskSourcePoint(LeadPoint value) 
public: 
property LeadPoint MaskSourcePoint { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

Property Value

Origin of the mask rectangle. The width and height are the same width and height for the destination rectangle.

Example

Refer to FeatherAlphaBlendCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly