LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

MaskSourcePoint Property






Gets or sets the origin of the mask rectangle. .NET support WinRT support Silverlight support
Syntax
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;}
 get_MaskSourcePoint();
set_MaskSourcePoint(value);
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.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatherAlphaBlendCommand Class
FeatherAlphaBlendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.