56 references to WICBitmapTransformOptions
PresentationCore (56)
Core\CSharp\System\Windows\Media\Imaging\BitmapSizeOptions.cs (6)
258
internal
WICBitmapTransformOptions
WICTransformOptions
262
WICBitmapTransformOptions
options = 0;
267
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
270
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
273
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate180;
276
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate270;
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapEncoder.cs (19)
145
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal));
153
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
157
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
171
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical));
179
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
183
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
277
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate90) && (!Rotate270)));
287
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
291
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
308
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate180) && (!Rotate270)));
318
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate180;
322
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
339
return (Convert.ToBoolean(((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270) == (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270));
349
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate270;
353
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
385
private const
WICBitmapTransformOptions
c_defaultTransformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
386
private
WICBitmapTransformOptions
_transformation = c_defaultTransformation;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (11)
141
out
WICBitmapTransformOptions
options)
150
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
154
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
159
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
169
options =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
173
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
178
options |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
196
WICBitmapTransformOptions
options;
228
if (options !=
WICBitmapTransformOptions
.WICBitmapTransformRotate0)
262
if (options ==
WICBitmapTransformOptions
.WICBitmapTransformRotate0 &&
274
WICBitmapTransformOptions
.WICBitmapTransformRotate0));
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapEncoder.cs (19)
162
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal));
170
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
174
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipHorizontal;
188
return (Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical));
196
_transformation |=
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
200
_transformation &= ~
WICBitmapTransformOptions
.WICBitmapTransformFlipVertical;
803
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate90) && (!Rotate270)));
813
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate90;
817
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
834
return ((Convert.ToBoolean((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate180) && (!Rotate270)));
844
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate180;
848
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
865
return (Convert.ToBoolean(((int)_transformation & (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270) == (int)
WICBitmapTransformOptions
.WICBitmapTransformRotate270));
875
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate270;
879
_transformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
932
private const
WICBitmapTransformOptions
c_defaultTransformation =
WICBitmapTransformOptions
.WICBitmapTransformRotate0;
933
private
WICBitmapTransformOptions
_transformation = c_defaultTransformation;
Core\CSharp\System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (1)
1319
WICBitmapTransformOptions
options);