←Select platform

CenterPoint Property

Summary

Gets or sets a point structure that contains the point at which the camera or viewer is looking.

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 point at which the camera or viewer is looking. It may be outside the image borders.

Example

Refer to TunnelCommand.

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