GifFrameBlockLeft Property |
Gets or sets the left image location.
Namespace: Aspose.Imaging.FileFormats.Gif.BlocksAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic ushort Left { get; set; }
Public Property Left As UShort
Get
Set
public:
property unsigned short Left {
unsigned short get ();
void set (unsigned short value);
}
member Left : uint16 with get, set
Property Value
Type:
UInt16
The left image location.
See Also