# Editor.GraphicsView

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`
- Inherits: [Editor.Widget](/api/Editor.Widget)

## Constructors

- [`GraphicsView`](/api/Editor.GraphicsView/.ctor)

## Properties

- [`Antialiasing`](/api/Editor.GraphicsView/Antialiasing)
- [`BilinearFiltering`](/api/Editor.GraphicsView/BilinearFiltering)
- [`Center`](/api/Editor.GraphicsView/Center): Where in the scene is the view currently centered.
- [`DragType`](/api/Editor.GraphicsView/DragType): What happens when the user drags the mouse. You generally want to toggle this in OnMouseDown to switch what happens with different mouse buttons.
- [`HorizontalScrollbar`](/api/Editor.GraphicsView/HorizontalScrollbar)
- [`Items`](/api/Editor.GraphicsView/Items)
- [`MaxZoom`](/api/Editor.GraphicsView/MaxZoom)
- [`MinZoom`](/api/Editor.GraphicsView/MinZoom)
- [`OnSelectionChanged`](/api/Editor.GraphicsView/OnSelectionChanged)
- [`Rotation`](/api/Editor.GraphicsView/Rotation)
- [`Scale`](/api/Editor.GraphicsView/Scale)
- [`SceneRect`](/api/Editor.GraphicsView/SceneRect)
- [`SelectedItems`](/api/Editor.GraphicsView/SelectedItems)
- [`SelectionRect`](/api/Editor.GraphicsView/SelectionRect): All items inside this rect will be selected
- [`TextAntialiasing`](/api/Editor.GraphicsView/TextAntialiasing)
- [`TransformAnchor`](/api/Editor.GraphicsView/TransformAnchor)
- [`VerticalScrollbar`](/api/Editor.GraphicsView/VerticalScrollbar)

## Methods

- [`Add`](/api/Editor.GraphicsView/Add)
- [`Capture`](/api/Editor.GraphicsView/Capture)
- [`CenterOn`](/api/Editor.GraphicsView/CenterOn)
- [`DeleteAllItems`](/api/Editor.GraphicsView/DeleteAllItems)
- [`FitInView`](/api/Editor.GraphicsView/FitInView)
- [`FromScene`](/api/Editor.GraphicsView/FromScene)
- [`GetItemAt`](/api/Editor.GraphicsView/GetItemAt)
- [`SetBackgroundImage`](/api/Editor.GraphicsView/SetBackgroundImage)
- [`ToScene`](/api/Editor.GraphicsView/ToScene)
- [`Translate`](/api/Editor.GraphicsView/Translate)
- [`Zoom`](/api/Editor.GraphicsView/Zoom)
