|   | RawMoments Constructor (Bitmap, Rectangle, Int32) | 
        
          
    Namespace: 
   Accord.Imaging.Moments
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
 Syntax
Syntaxpublic RawMoments(
	Bitmap image,
	Rectangle area,
	int order = 3
)
Public Sub New ( 
	image As Bitmap,
	area As Rectangle,
	Optional order As Integer = 3
)
Parameters
- image
- Type: System.DrawingBitmap
 
- area
- Type: System.DrawingRectangle
 
- order (Optional)
- Type: SystemInt32
 
 See Also
See Also