IPartialArgb64PixelLoader Interface
The 64-bit ARGB pixels loader.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public interface IPartialArgb64PixelLoader : IPartialArgb32PixelLoader

The IPartialArgb64PixelLoader type exposes the following members.

Methods
  NameDescription
Public methodProcess
Processes the loaded pixels.
(Inherited from IPartialArgb32PixelLoader.)
Public methodProcess64
Processes the loaded pixels.
See Also