Back to Devexpress

DXImage Members

corelibraries-devexpress-dot-drawing-dot-dximage-dot-underscore-members.md

latest4.6 KB
Original Source

DXImage Members

Base class for images in DevExpress controls.

Properties

NameDescription
HeightGets the height of the image in pixels.
HorizontalResolutionGets the horizontal resolution of the image in pixels per inch.
ImageFormatGets the image format.
SizeGets the width and height of the image in pixels.
VerticalResolutionGets the vertical resolution of the image in pixels per inch.
WidthGets the width of the image in pixels.

Methods

NameDescription
Clone()Creates a copy of the DXImage instance.
Dispose()Releases all resources used by the DXImage object.
Equals(DXImage)Determines whether the specified object is equal to the current DXImage instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
FromBase64String(String) staticCreates an image from the specified binary string that contains the image data.
FromStream(Stream) staticCreates an image from the specified stream that contains the image data.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RotateFlip(DXRotateFlipType)Rotates and flips an image.
Save(Stream, DXImageFormat)Saves the image to the specified stream in the specified format.
Save(Stream)Saves the image to the specified stream.
Save(String, DXImageFormat)Saves the image to the specified file in the specified format.
Save(String)
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DXImage Class

DevExpress.Drawing Namespace