Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

SourcePoint Property (CombineCommand)








Gets or sets a point 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 CombineCommand
Dim value As LeadPoint
 
instance.SourcePoint = value
 
value = instance.SourcePoint
public 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 LeadPoint SourcePoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

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

See Also

Reference

CombineCommand Class
CombineCommand Members

Error processing SSI file