DataPlace
ImageItem Structure
CSCS.DataPlace.Common.DataImageItem
Represents an image in a user table.
Declaration Syntax
C#
public struct ImageItem
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ImageItem(array<Byte>[]()[])
Creates a new instance from raw data.

ImageItem(Image)
Creates a new instance from an image.

DisplayName
Gets the item's display name.

Equality(ImageItem, ImageItem)
Determines whether two objects represent the same value.

Equals(Object)
Determines whether this instance represents the same value as another object.
(Overrides ValueType.Equals(Object).)
Export(ImageItem)
Prompts the user to choose a file and saves the item to it.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Gets the hash code for this object.
(Overrides ValueType.GetHashCode()()().)
GetOpenFileDialog()()()
Gets an Open File dialog for choosing a file.

GetSaveFileDialog(ImageItem)
Gets a Save File dialog for saving a file.

GetThumbnailImage(Size)
Gets a thumbnail version of the image.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Image
Gets the image this item represents.

ImageData
Gets raw data for storing in the database, which can be used to reconstruct the instance.

ImageFormatName
Gets the image file format name.

Import(ImageItem)
Prompts the user to choose a file and creates an item instance from it.

Inequality(ImageItem, ImageItem)
Determines whether two objects represent different values.

IsEmpty
Gets whether the instance is empty and does not represent an image.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ShowMenu(WaitCallback)
Shows a menu that is appropriate to this instance, positioned according to the current mouse position.

ToString()()()
Gets a string representation of this object.
(Overrides ValueType.ToString()()().)
TryParse(Object, ImageItem%)
Parses/converts a value if possible.

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817