AGI Components with Insight3D Alpha 2008 r8
LoadFromDimensions Method (Width, Height)
Library ReferenceAGI.Graphics.Imaging IAgGxImageDataLoadFromDimensions(Int32, Int32)
Constructs an ImageData buffer from the given pixel dimensions.
Declaration Syntax
C# Visual Basic Visual C++
void 
LoadFromDimensions(
        
int 
Width,
        
int 
Height
)
Sub 
LoadFromDimensions ( _
        
Width 
As 
Integer, _
        
Height 
As 
Integer _
)
void 
LoadFromDimensions(
        [
InAttribute] 
int 
Width, 
        [
InAttribute] 
int 
Height
)
Parameters
Width ( Int32)
Height ( Int32)

Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)