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

SourcePoint Property (TextureAlphaBlendCommand)






LeadPoint structure that contains the origin of the source rectangle. .NET support WinRT support
Syntax
public LeadPoint SourcePoint {get; set;}
'Declaration
 
Public Property SourcePoint As LeadPoint
'Usage
 
Dim instance As TextureAlphaBlendCommand
Dim value As LeadPoint
 
instance.SourcePoint = value
 
value = instance.SourcePoint
public LeadPoint SourcePoint {get; set;}
 get_SourcePoint();
set_SourcePoint(value);
public:
property LeadPoint SourcePoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

LeadPoint structure that contains the origin of the source rectangle.
Example
Refer to TextureAlphaBlendCommand.
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

TextureAlphaBlendCommand Class
TextureAlphaBlendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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