6 references to FrameCount
System.Drawing (6)
commonui\System\Drawing\ImageAnimator.cs (1)
354
if (imageInfo.Frame + 1 < imageInfo.
FrameCount
) {
commonui\System\Drawing\ImageInfo.cs (5)
50
Debug.Assert(values.Length == 4 *
FrameCount
, "PropertyItem has invalid value byte array");
51
frameDelay = new int[
FrameCount
];
52
for (int i=0; i <
FrameCount
; ++i) {
61
frameDelay = new int[
FrameCount
];
83
if (value < 0 || value >=
FrameCount
) {