'Declaration
Public Sub GetVector( _
ByRef As ImGearVectorPoint3D, _
ByRef As ImGearVectorPoint3D, _
ByRef As Boolean _
)
'Usage
Dim instance As ImGearVectorGradientLinear
Dim gradientStart As ImGearVectorPoint3D
Dim gradientEnd As ImGearVectorPoint3D
Dim isAbsolute As Boolean
instance.GetVector(gradientStart, gradientEnd, isAbsolute)
public void GetVector(
ref ImGearVectorPoint3D ,
ref ImGearVectorPoint3D ,
ref bool
)
public: void GetVector(
ref ImGearVectorPoint3D ,
ref ImGearVectorPoint3D ,
ref bool
)