GifFrameBlock Constructor (String, UInt16, UInt16) |
Namespace: Aspose.Imaging.FileFormats.Gif.BlocksAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic GifFrameBlock(
string path,
ushort left,
ushort top
)
Public Sub New (
path As String,
left As UShort,
top As UShort
)
public:
GifFrameBlock(
String^ path,
unsigned short left,
unsigned short top
)
new :
path : string *
left : uint16 *
top : uint16 -> GifFrameBlock
Parameters
- path
- Type: SystemString
The path to load an image from and initialize frame pixel and palette data with. - left
- Type: SystemUInt16
The left image position. - top
- Type: SystemUInt16
The top image position.
See Also