Interface IPictureNativeManager
- 
- All Known Implementing Classes:
- PictureNativeManager
 
 public interface IPictureNativeManagerSpecial interface for resize picture content from native code.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]resizePicture(long scomDataAddress, byte[] content, long width, long height)Resizes picture content with stretch mode.
 
- 
- 
- 
Method Detail- 
resizePicturebyte[] resizePicture(long scomDataAddress, byte[] content, long width, long height)Resizes picture content with stretch mode.- Parameters:
- scomDataAddress- address of SCOM process data with necessary components
- content- picture content, cannot be- null
- width- new width
- height- new height
- Returns:
- resized picture content, never null
 
 
- 
 
-