Esempio n. 1
0
 private static extern int Unmanaged_SetupStandAloneModeGeometry(ref StandAloneModeGeometryStruct standAloneModeGeometry);
Esempio n. 2
0
 public int iV_SetupStandAloneModeGeometry(ref StandAloneModeGeometryStruct standAloneModeGeometry)
 {
     return Unmanaged_SetupStandAloneModeGeometry(ref standAloneModeGeometry);
 }