LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Origin Property (MosaicTilesCommand)

Show in webframe







Gets or sets the point that represents the center of revolution when polar coordinates are used.
Syntax
public LeadPoint Origin {get; set;}
'Declaration
 
Public Property Origin As LeadPoint
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As LeadPoint
 
instance.Origin = value
 
value = instance.Origin
public LeadPoint Origin {get; set;}

            

            
 
get_Origin();
set_Origin(value);
Object.defineProperty('Origin');
public:
property LeadPoint Origin {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

Point that represents the center of revolution when polar coordinates are used. This property is used if the MosaicTilesCommandFlags.Polar flag is set.
Example
Refer to MosaicTilesCommand example.
Requirements

Target Platforms

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


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