示例#1
0
 public Hyperlink(Inline childInline) : this(NoesisGUI_PINVOKE.new_Hyperlink__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
示例#2
0
 public Italic(Inline childInline) : this(NoesisGUI_PINVOKE.new_Italic__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
示例#3
0
 public Span(Inline childInline) : this(NoesisGUI_PINVOKE.new_Span__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
示例#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();
     }
 }
示例#5
0
 public Bold(Inline childInline) : this(NoesisGUI_PINVOKE.new_Bold__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }
示例#6
0
 internal static HandleRef getCPtr(Inline obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#7
0
 public Underline(Inline childInline) : this(NoesisGUI_PINVOKE.new_Underline__SWIG_1(Inline.getCPtr(childInline)), true)
 {
 }