LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

SourcePoint Property (TextureAlphaBlendCommand)

Show in webframe







LeadPoint structure that contains the origin of the source rectangle.
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);
Object.defineProperty('SourcePoint');
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

See Also

Reference

TextureAlphaBlendCommand Class
TextureAlphaBlendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.