←Select platform

SourcePoint Property (CombineCommand)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Leadtools.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) 
get_SourcePoint(); 
set_SourcePoint(value); 
Object.defineProperty('SourcePoint'); 
public: 
property Leadtools.LeadPoint SourcePoint { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize