7 references to WICBitmapTransformRotate270
PresentationCore (7)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (1)
252
options = WICBitmapTransformOptions.
WICBitmapTransformRotate270
;
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (3)
307
return (Convert.ToBoolean(((int)_transformation & (int)WICBitmapTransformOptions.
WICBitmapTransformRotate270
) == (int)WICBitmapTransformOptions.
WICBitmapTransformRotate270
));
317
_transformation = WICBitmapTransformOptions.
WICBitmapTransformRotate270
;
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (3)
813
return (Convert.ToBoolean(((int)_transformation & (int)WICBitmapTransformOptions.
WICBitmapTransformRotate270
) == (int)WICBitmapTransformOptions.
WICBitmapTransformRotate270
));
823
_transformation = WICBitmapTransformOptions.
WICBitmapTransformRotate270
;