Exemplo n.º 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);
 }
Exemplo n.º 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);
 }