AGI Components with Insight3D Alpha 2008 r8
SetWithColors Method (LineType, pVertices, pColors, OpaqueOrTranslucent)
Library Reference AGI.Graphics.Primitives IAgGxPrimitivePolylineSetWithColors(AgGxPolylineType, Array % , Array % , AgGxRenderPassHint)
Declaration Syntax
C# Visual Basic Visual C++
void 
SetWithColors(
        

AgGxPolylineType 
LineType,
        
ref 
Array 
pVertices,
        
ref 
Array 
pColors,
        

AgGxRenderPassHint 
OpaqueOrTranslucent
)
Sub 
SetWithColors ( _
        
LineType 
As 

AgGxPolylineType, _
        
ByRef 
pVertices 
As 
Array, _
        
ByRef 
pColors 
As 
Array, _
        
OpaqueOrTranslucent 
As 

AgGxRenderPassHint _
)
void 
SetWithColors(
        [
InAttribute] 

AgGxPolylineType 
LineType, 
        [
InAttribute] 
Array^% 
pVertices, 
        [
InAttribute] 
Array^% 
pColors, 
        [
InAttribute] 

AgGxRenderPassHint 
OpaqueOrTranslucent
)
Parameters
LineType ( AgGxPolylineType)
pVertices ( Array %)
pColors ( Array %)
OpaqueOrTranslucent ( AgGxRenderPassHint)

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