Class | Description | |
---|---|---|
![]() | GcGraphics | Abstract base class that implements a drawing surface. |
![]() | GcGraphics.Clip | Represents a clipping applied to a graphics. When disposed, removes the associated clipping. |
![]() | Image | A lightweight class representing an image in a file, stream, or array of bytes.
By default, this class does not load or decode the actual pixel data unless ImageBinding.InMemoryData is passed to FromFile, GrapeCity.Documents.Imaging.TiffFrame.ToImage or GrapeCity.Documents.Imaging.GifFrame.ToImage. Use the ToGcBitmap method to load the image into a GrapeCity.Documents.Imaging.GcBitmap in order to access and manipulate the image data. |
![]() | ImageAlign | Represents the alignment of an image within its container. |
![]() | IPathExt | Contains extension methods for IPath. |
![]() | TextRenderer | Allows to render multifragment text. |