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