8 references to BoundingBox
System.Drawing.Common (8)
System\Drawing\Imaging\WmfPlaceableFileHeader.cs (8)
41
get => _header.
BoundingBox
.Left;
42
set => _header.
BoundingBox
.Left = value;
50
get => _header.
BoundingBox
.Top;
51
set => _header.
BoundingBox
.Top = value;
59
get => _header.
BoundingBox
.Right;
60
set => _header.
BoundingBox
.Right = value;
68
get => _header.
BoundingBox
.Bottom;
69
set => _header.
BoundingBox
.Bottom = value;