Class TimeInterval
Class TimeInterval
이름 공간 : Aspose.Imaging.ImageOptions 모임: Aspose.Imaging.dll (25.4.0)
시간 간격을 밀리초로 나타냅니다.
public class TimeInterval
Inheritance
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
시간 간격을 기반으로 GIF 이미지에서 애니메이션의 일부를 수출합니다.
using (var image = Image.Load("Animation.gif"))
{
var options = new GifOptions
{
FullFrame = true,
MultiPageOptions = new MultiPageOptions
{
Mode = MultiPageMode.TimeInterval,
TimeInterval = new TimeInterval(0, 400)
}
};
image.Save("PartOfAnimation.gif", options);
}
Constructors
TimeInterval(우인, 우린)
Aspose.Imaging.ImageOptions.TimeInterval 클래스의 새로운 예를 시작합니다.
public TimeInterval(uint from, uint to)
Parameters
from
uint
밀리초부터
to
uint
수천초까지
Properties
From
수수료 또는 수수료 수수료 또는 수수료 수수료 수수료 또는 수수료 수수료 수수료
public uint From { get; set; }
부동산 가치
To
수수료 또는 수수료 수수료 수수료 또는 수수료 수수료 수수료
public uint To { get; set; }