←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
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 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly