ImageGear for .NET
ImGearComplexObject Constructor(Int32,Int32)
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearComplexObject Class > ImGearComplexObject Constructor : ImGearComplexObject Constructor(Int32,Int32)




width
Width of the object to be created.
height
Height of the object to be created.

Glossary Item Box

Initializes a new instance of the ImGearComplexObject class with empty but allocated buffers, based on the given width and height.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

width
Width of the object to be created.
height
Height of the object to be created.

Return Value

New ImGearComplexObject class object.

Remarks

This constructor creates a new complex object with empty but allocated buffers, based on the given width and height. The buffers can be populated later by obtaining pointers to the buffers.

See Also

©2013. Accusoft Corporation. All Rights Reserved.