AGI Components with Insight3D Alpha 2008 r8
Initialize Method (WidthValue, WidthUnit, HeightValue, HeightUnit)
Library ReferenceAGI.Graphics.Overlays IAgGxOverlayTextureInitialize(Double, AgGxUnit, Double, AgGxUnit)
Initializes the overlay with width and height values.
Declaration Syntax
C# Visual Basic Visual C++
void 
Initialize(
        
double 
WidthValue,
        
AgGxUnit 
WidthUnit,
        
double 
HeightValue,
        
AgGxUnit 
HeightUnit
)
Sub 
Initialize ( _
        
WidthValue 
As 
Double, _
        
WidthUnit 
As 
AgGxUnit, _
        
HeightValue 
As 
Double, _
        
HeightUnit 
As 
AgGxUnit _
)
void 
Initialize(
        [
InAttribute] 
double 
WidthValue, 
        [
InAttribute] 
AgGxUnit 
WidthUnit, 
        [
InAttribute] 
double 
HeightValue, 
        [
InAttribute] 
AgGxUnit 
HeightUnit
)
Parameters
WidthValue ( Double)
WidthUnit ( AgGxUnit)
HeightValue ( Double)
HeightUnit ( AgGxUnit)

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