←Select platform

Weighted Property

Summary

Gets or sets a value that indicates the weighting factor.

Syntax
C#
VB
Objective-C
C++
Java
public bool Weighted { get; set; } 
Public Property Weighted As Boolean 
@property (nonatomic, assign) BOOL weighted 
public boolean getWeighted() 
public void setWeighted(boolean value) 
public: 
property bool Weighted { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Value that indicates the weighting factor. If this property is true, then the pixel intensity value (color) will be used as a weighting factor. If this property set to false, then all non-zero pixels will have the same weight.

Example

Refer to ObjectInformationCommand()

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