ImageHelper Constructor (Byte, Int32, Int32) |
Constructor with image data to load.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public ImageHelper(
byte[] imageData,
int width,
int height
)
Parameters
- imageData
- Type: SystemByte
Image data - width
- Type: SystemInt32
Image width - height
- Type: SystemInt32
Image height
See Also