LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Divisor Property

Show in webframe





Gets or sets the number used to divide the sum of weighted values.
Syntax
public int Divisor {get; set;}
'Declaration
 
Public Property Divisor As Integer
'Usage
 
Dim instance As SpatialActivity
Dim value As Integer
 
instance.Divisor = value
 
value = instance.Divisor

            

            
public:
property int Divisor {
   int get();
   void set (    int value);
}

Property Value

Number used to divide the sum of weighted values.
Requirements

Target Platforms

See Also

Reference

SpatialActivity Class
SpatialActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.