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