←Select platform

SourcePoint Property

Summary

Gets or sets the origin of the source rectangle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint SourcePoint { get; set; } 
Public Property SourcePoint As Leadtools.LeadPoint 
public Leadtools.LeadPoint SourcePoint {get; set;} 
@property (nonatomic, assign) LeadPoint sourcePoint 
public LeadPoint getSourcePoint() 
public void setSourcePoint(LeadPoint value) 
             
 <br/>get_SourcePoint();<br/>set_SourcePoint(value);<br/>Object.defineProperty('SourcePoint');  
public: 
property Leadtools.LeadPoint SourcePoint { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

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

Example

Refer to FeatherAlphaBlendCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly