Esempio n. 1
0
 private ViewLayout(global::ServoSharp.ViewLayout.__Internal native, bool skipVTables = false)
     : this()
 {
     __instance = native;
 }
Esempio n. 2
0
 internal static extern global::ServoSharp.ServoResult Resize(global::ServoSharp.ViewLayout.__Internal layout);
Esempio n. 3
0
 internal static global::ServoSharp.ViewLayout __CreateInstance(global::ServoSharp.ViewLayout.__Internal native, bool skipVTables = false)
 {
     return(new global::ServoSharp.ViewLayout(native, skipVTables));
 }