Interface IPictureNativeManager
- All Known Implementing Classes:
PictureNativeManager
public interface IPictureNativeManager
Special interface for resize picture content from native code.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]resizePicture(long scomDataAddress, byte[] content, long width, long height) Resizes picture content with stretch mode.
-
Method Details
-
resizePicture
byte[] resizePicture(long scomDataAddress, byte[] content, long width, long height) Resizes picture content with stretch mode.- Parameters:
scomDataAddress- address of SCOM process data with necessary componentscontent- picture content, cannot benullwidth- new widthheight- new height- Returns:
- resized picture content, never
null
-