WebPFrameBlockFrameLeft Property |
Gets the frame left offset.
Namespace: Aspose.Imaging.FileFormats.WebpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic int FrameLeft { get; }
Public ReadOnly Property FrameLeft As Integer
Get
public:
virtual property int FrameLeft {
int get () sealed;
}
abstract FrameLeft : int with get
override FrameLeft : int with get
Property Value
Type:
Int32
The frame left offset.
Implements
IAnimationFrameFrameLeft
See Also