Exemplo n.º 1
0
 /// <summary>
 /// Draws a custom drawing operation
 /// </summary>
 /// <param name="custom">custom operation</param>
 public void Custom(ICustomDrawOperation custom) => PlatformImpl.Custom(custom);