←Select platform

SourcePoint Property

Summary

Gets or sets a point structure that contains the origin of the source rectangle.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint SourcePoint { get; set; } 
Public Property SourcePoint As LeadPoint 
@property (nonatomic, assign) LeadPoint sourcePoint 
public LeadPoint getSourcePoint() 
public void setSourcePoint(LeadPoint value) 
public: 
property LeadPoint SourcePoint { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

Property Value

Point structure that contains the origin of the source rectangle. The width and height of the source rectangle are the same as those of the destination rectangle.

Remarks

This property is optional. If no value is assigned, it will be set to the default value which is (0,0).

Example

Refer to CombineCommand.

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