public EffectFrame(Point viewPos, Point secPos, Media.BlendMode blend, int trans, int ext, int angle) { this.ViewPosition = viewPos; this.SectionPosition = secPos; this.Blend = blend; this.Transparent = trans; this.Extend = ext; this.Angle = angle; }
public EffectFrame() { this.ViewPosition = Point.Empty; this.SectionPosition = Point.Empty; this.Blend = Media.BlendMode.Alpha; this.Transparent = 0; this.Extend = 100; this.Angle = 0; }