←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
Objective-C
C++
Java
public LeadPoint CenterPoint { get; set; } 
Public Property CenterPoint As LeadPoint 
@property (nonatomic, assign) LeadPoint centerPoint 
public LeadPoint getCenterPoint() 
public void setCenterPoint(LeadPoint value) 
public: 
property LeadPoint CenterPoint { 
   LeadPoint get(); 
   void set (    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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly