←Select platform

Origin Property

Summary

Gets or sets the center point for all vignette objects (circle, ellipse, rectangle, and square).

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

Center point for all vignette objects (circle, ellipse, rectangle, and square).

Example

Refer to VignetteCommand example.

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