Exemple #1
0
 public Hyperlink(Inline childInline) : this(NoesisGUI_PINVOKE.new_Hyperlink__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
 public Italic(Inline childInline) : this(NoesisGUI_PINVOKE.new_Italic__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
Exemple #3
0
 public Span(Inline childInline) : this(NoesisGUI_PINVOKE.new_Span__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
Exemple #4
0
 public Italic(Inline childInline) : this(NoesisGUI_PINVOKE.new_Italic__SWIG_1(Inline.getCPtr(childInline)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public Bold(Inline childInline) : this(NoesisGUI_PINVOKE.new_Bold__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
Exemple #6
0
 internal static HandleRef getCPtr(Inline obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #7
0
 public Underline(Inline childInline) : this(NoesisGUI_PINVOKE.new_Underline__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }