Click or drag to resize

Frame2D Methods

The Frame2D type exposes the following members.

Methods
  NameDescription
Public methodClone
Returns a clone of the frame. The clone will include a copy of all of the frame data.
Public methodDispose
Public methodImageBGRA
Get the associated 2D color image in 8-bit BGRA format
Public methodImageBGRA_SRGB
Get the associated 2D color image in the sRGB color space in 8-bit BGRA format
Public methodImageRGBA
Get the associated 2D color image in 8-bit RGBA format
Public methodImageRGBA_SRGB
Get the associated 2D color image in the sRGB color space in 8-bit RGBA format
Public methodImageSRGB
Get the associated 2D color image in the sRGB color space in 8-bit RGBA format
Public methodShallowCopy
Returns a shallow copy of the frame. The copy will share the image data with the original frame.
Public methodToString
Get string representation of the frame
(Overrides ObjectToString.)
Top
See Also