示例#1
0
 public static CGSize GetSize(this TVContentItemImageShape self, TVTopShelfContentStyle style)
 {
     return TVTopShelfImageSizeForShape ((nint) (int) self, (nint) (int) style);
 }
示例#2
0
 static public CGSize GetSize(this TVContentItemImageShape self, TVTopShelfContentStyle style)
 {
     return(TVTopShelfImageSizeForShape((nint)(int)self, (nint)(int)style));
 }