Class PictureNativeManager

    • Constructor Detail

      • PictureNativeManager

        public PictureNativeManager()
    • Method Detail

      • resizePicture

        public byte[] resizePicture​(long scomDataAddress,
                                    byte[] content,
                                    long width,
                                    long height)
        Description copied from interface: IPictureNativeManager
        Resizes picture content with stretch mode.
        Specified by:
        resizePicture in interface IPictureNativeManager
        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