6 references to RotateFlip
System.Drawing.Common.Tests (2)
mono\System.Drawing\BitmapTests.cs (2)
376
bmp_rotate.
RotateFlip
(rotate);
404
test.
RotateFlip
(type);
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
839
bmFlipXPThemes.
RotateFlip
(RotateFlipType.RotateNoneFlipX);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
701
bmFlipXPThemes.
RotateFlip
(DataGridView.RightToLeftInternal ? RotateFlipType.Rotate90FlipNone : RotateFlipType.Rotate270FlipY);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1726
mirroredImage.
RotateFlip
(RotateFlipType.RotateNoneFlipX);
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
883
textBmp.
RotateFlip
((e.TextDirection == ToolStripTextDirection.Vertical90) ? RotateFlipType.Rotate90FlipNone : RotateFlipType.Rotate270FlipNone);