←Select platform

CenterPoint Property

Summary

Gets or sets a point structure that contains the center of the ellipse used to represent the light.

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

Property Value

Point structure that contains the center of the ellipse used to represent the light. This property only accepts positive values.

Example

Refer to LightCommand.

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