'Declaration
Public Sub GetVector( _
ByRef As ImGearVectorPoint3D, _
ByRef As ImGearVectorPoint3D, _
ByRef As Single, _
ByRef As Boolean _
)
'Usage
Dim instance As ImGearVectorGradientRadial
Dim innerPoint As ImGearVectorPoint3D
Dim outerCenter As ImGearVectorPoint3D
Dim outerRadius As Single
Dim isAbsolute As Boolean
instance.GetVector(innerPoint, outerCenter, outerRadius, isAbsolute)
public void GetVector(
ref ImGearVectorPoint3D ,
ref ImGearVectorPoint3D ,
ref float ,
ref bool
)
public: void GetVector(
ref ImGearVectorPoint3D ,
ref ImGearVectorPoint3D ,
ref float ,
ref bool
)