56 references to WICBitmapTransformOptions
PresentationCore (56)
System\Windows\Media\Imaging\BitmapSizeOptions.cs (6)
234
internal
WICBitmapTransformOptions
WICTransformOptions
238
WICBitmapTransformOptions
options = 0;
243
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
246
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
249
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate180;
252
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate270;
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (19)
121
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal));
129
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
133
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
147
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical));
155
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
159
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
245
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate90) && (!Rotate270)));
255
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
259
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
276
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate180) && (!Rotate270)));
286
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate180;
290
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
307
return (Convert.ToBoolean(((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270) == (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270));
317
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate270;
321
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
349
private const
WICBitmapTransformOptions
c_defaultTransformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
350
private
WICBitmapTransformOptions
_transformation = c_defaultTransformation;
System\Windows\Media\Imaging\TransformedBitmap.cs (11)
110
out
WICBitmapTransformOptions
options)
119
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
123
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
128
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
138
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
142
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
147
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
161
WICBitmapTransformOptions
options;
193
if (options !=
WICBitmapTransformOptions
.WICBitmapTransformRotate0)
227
if (options ==
WICBitmapTransformOptions
.WICBitmapTransformRotate0 &&
239
WICBitmapTransformOptions
.WICBitmapTransformRotate0));
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (19)
138
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal));
146
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
150
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
164
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical));
172
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
176
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
751
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate90) && (!Rotate270)));
761
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
765
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
782
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate180) && (!Rotate270)));
792
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate180;
796
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
813
return (Convert.ToBoolean(((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270) == (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270));
823
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate270;
827
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
872
private const
WICBitmapTransformOptions
c_defaultTransformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
873
private
WICBitmapTransformOptions
_transformation = c_defaultTransformation;
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (1)
886
WICBitmapTransformOptions
options);