←Select platform

CenterPoint Property

Summary

Gets or sets a point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint CenterPoint { get; set; } 
Public Property CenterPoint As Leadtools.LeadPoint 
public Leadtools.LeadPoint CenterPoint {get; set;} 
@property (nonatomic, assign) LeadPoint centerPoint 
public LeadPoint getCenterPoint() 
public void setCenterPoint(LeadPoint value) 
             
 <br/>get_CenterPoint();<br/>set_CenterPoint(value);<br/>Object.defineProperty('CenterPoint');  
public: 
property Leadtools.LeadPoint CenterPoint { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

LeadPoint structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.

Example

Refer to UserFilterCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly