Ejemplo n.º 1
0
 /// <summary>
 /// Specifies stroke and join options to be applied to new segments added to the path builder.
 /// </summary>
 /// <param name="figureSegmentOptions"><see cref="CanvasFigureSegmentOptions"/></param>
 public void SetSegmentOptions(CanvasFigureSegmentOptions figureSegmentOptions)
 {
     // Do nothing
 }
Ejemplo n.º 2
0
 public void SetSegmentOptions(CanvasFigureSegmentOptions figureSegmentOptions)
 {
     wasSetSegmentOptionsCalled = true;
 }
Ejemplo n.º 3
0
 public void SetSegmentOptions(CanvasFigureSegmentOptions figureSegmentOptions)
 {
     // Ignored
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Specifies the method used to determine which points are inside the geometry described
 /// by this path builder, and which points are outside.
 /// </summary>
 /// <param name="figureSegmentOptions"> The options for figure segment.</param>
 public void SetSegmentOptions(CanvasFigureSegmentOptions figureSegmentOptions)
 {
     this.FigureSegmentOptions = figureSegmentOptions;
 }
Ejemplo n.º 5
0
 public void SetSegmentOptions(CanvasFigureSegmentOptions figureSegmentOptions)
 {
     //throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public void SetSegmentOptions(CanvasFigureSegmentOptions figureSegmentOptions)
 {
     wasSetSegmentOptionsCalled = true;
 }