←Select platform

CenterPoint Property

Summary

Gets or sets a point structure that contains the center of revolution when circular cells are used.

Syntax

C#
VB
WinRT C#
C++
public LeadPoint CenterPoint { get; set; } 
  
Public Property CenterPoint As Leadtools.LeadPoint 
public Leadtools.LeadPoint CenterPoint {get; set;} 
  
get_CenterPoint(); 
set_CenterPoint(value); 
Object.defineProperty('CenterPoint');  
public: 
property Leadtools.LeadPoint CenterPoint { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

Point structure that contains the center of revolution when circular cells are used. This property will be ignored if the PixelateCommandFlags.Rectangle flag is set in Flags property.

Example

Refer to PixelateCommand.

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.SpecialEffects Assembly