public void SetValue(int index, AspectFontStyle style)
 {
     Aspect_FontMapEntry_SetValue387C7A2F(Instance, index, style.Instance);
 }
 public AspectFontMapEntry(int index, AspectFontStyle style)
     :
     base(Aspect_FontMapEntry_Ctor387C7A2F(index, style.Instance))
 {
 }
 public bool IsNotEqual(AspectFontStyle Other)
 {
     return(Aspect_FontStyle_IsNotEqual8E648131(Instance, Other.Instance));
 }
Exemplo n.º 4
0
 public int AddEntry(AspectFontStyle aStyle)
 {
     return(Aspect_FontMap_AddEntry8E648131(Instance, aStyle.Instance));
 }
 public AspectFontStyle Assign(AspectFontStyle Other)
 {
     return(new AspectFontStyle(Aspect_FontStyle_Assign8E648131(Instance, Other.Instance)));
 }