GraphicsContainer Members

The GraphicsContainer type exposes the following members.

Constructors

Name Description
Public method GraphicsContainer Overloaded.

Initializes a new instance of the GraphicsContainer class.

Methods

Name Description
Public method Dispose

Releases all resources used by this GraphicsContainer.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAlphaContour

Gets the Path object that contains the perimeter of transparency mask.

Public method GetContentBounds

Gets the RectangleF object that represents actual bounds of the container content.

Public method GetGraphics

Gets the Graphics object associated with this GraphicsContainer.

Public method GetHashCode (Inherited from Object.)
Public method GetPreferredColorProfile

Gets the ColorProfile that is most often used for the preferred color space in this container.

Public method GetPreferredPixelFormat

Gets the PixelFormat that is most often used in this container.

Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Scale

Scales this GraphicsContainer.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property DpiX

Gets the horizontal resolution, in pixels per inch, of this GraphicsContainer.

Public property DpiY

Gets the vertical resolution, in pixels per inch, of this GraphicsContainer.

Public property Height

Gets or sets the height of this GraphicsContainer, in pixels.

Public property Items

Gets the collection of items in this GraphicsContainer.

Public property Opacity
Public property Width

Gets or sets the width of this GraphicsContainer, in pixels.

Events

Name Description
Public event Disposed

Occurs when the graphics container has been disposed.

See Also

Reference