←Select platform

Origin Property

Summary

Gets or sets a point structure that contains the coordinates of the origin, in pixels.

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

Property Value

Point structure that contains the coordinates of the origin, in pixels. This property is used if the Flags property is set to FunctionalLightCommandFlags.Trigonometry and FunctionalLightCommandFlags.Circles, or to FunctionalLightCommandFlags.LinearQuadratic.

Example

Refer to FunctionalLightCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly