Beispiel #1
0
 /// <inheritdoc />
 public void Run(IOperationContext operationContext)
 {
     operationContext.Rectangle((double)LowerLeftX, (double)LowerLeftY, (double)Width, (double)Height);
 }