GIFFrames Property
Gets the frame at the specified index.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Bitmap this[
int index
] { get; }
Public Overridable ReadOnly Default Property Frames (
index As Integer
) As Bitmap
Get
Dim instance As GIF
Dim index As Integer
Dim value As Bitmap
value = instance(index)
public:
virtual property Bitmap^ default[int index] {
Bitmap^ get (int index);
}
abstract Frames : Bitmap with get
override Frames : Bitmap with get
No code example is currently available or this language may not be supported.
- index Int32
-
Bitmap
The frame index.