예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InkStyle"/>.
 /// </summary>
 public InkStyle(DeviceContext2 context2, InkStyleProperties inkStyleProperties)
     : this(IntPtr.Zero)
 {
     context2.CreateInkStyle(inkStyleProperties, this);
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InkStyle"/>.
 /// </summary>
 public InkStyle(DeviceContext2 context2, InkStyleProperties inkStyleProperties)
     : this(IntPtr.Zero)
 {
     context2.CreateInkStyle(inkStyleProperties, this);
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InkStyle"/>.
 /// </summary>
 public InkStyle(DeviceContext2 context2)
     :this(IntPtr.Zero)
 {
     context2.CreateInkStyle(null, this);
 }
예제 #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InkStyle"/>.
 /// </summary>
 public InkStyle(DeviceContext2 context2)
     : this(IntPtr.Zero)
 {
     context2.CreateInkStyle(null, this);
 }