Example #1
0
 /// <summary>
 /// Returns a new object with rotated image data by 45 degrees counterclockwise.
 /// Only callable if {@link #isRotateSupported()} is true.
 /// </summary>
 /// <returns>
 /// A rotated version of this object.
 /// </returns>
 override public LuminanceSource rotateCounterClockwise45()
 {
     return(new InvertedLuminanceSource(@delegate.rotateCounterClockwise45()));
 }