←Select platform

CenterPoint Property

Summary

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. This is also the point toward which the images will be bent. It may be outside the image borders.

Example

Refer to PlaneBendCommand.

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