←Select platform

Origin Property

Summary

Gets or sets the coordinates (in pixels) for the origin of the rings.

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

Coordinates (in pixels) for the origin of the rings. Only positive values are accepted.

Example

Refer to RingEffectCommand.

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