Interface IAnimationFrame
The Animation frame
public interface IAnimationFrame
Properties
DisposalMethod
Gets the disposal method.
AnimationDisposalMethods DisposalMethod { get; }
Property Value
- AnimationDisposalMethods
The disposal method.
FrameLeft
Gets the frame left offset.
int FrameLeft { get; }
Property Value
- int
The left offset.
FrameTime
Gets the frame duration.
int FrameTime { get; }
Property Value
- int
The frame duration, in milliseconds.
FrameTop
Gets the frame top offset.
int FrameTop { get; }
Property Value
- int
The top offset.
UseAlphaBlending
Gets a value indicating whether [use alpha blending].
bool UseAlphaBlending { get; }
Property Value
- bool
true
if [use alpha blending]; otherwise,false
.
Methods
GetFullFrame()
Gets the full frame.
RasterImage GetFullFrame()
Returns
- RasterImage
The RasterImage with full frame