←Select platform

Origin Property

Summary

Gets or sets the point that represents the center of revolution when polar coordinates are used.

Syntax

C#
VB
C++
public LeadPoint Origin { get; set; } 
  
Public Property Origin As Leadtools.LeadPoint 
public: 
property Leadtools.LeadPoint Origin { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

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

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

Leadtools.ImageProcessing.SpecialEffects Assembly