C# 클래스 Pinta.ImageManipulation.Effects.BulgeEffect

상속: BaseEffect
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
BulgeEffect ( int amount = 45, PointD offset = newPointD() ) : System

Creates a new effect that will add a bulge to an image at a specified point.

보호된 메소드들

메소드 설명
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void

메소드 상세

BulgeEffect() 공개 메소드

Creates a new effect that will add a bulge to an image at a specified point.
public BulgeEffect ( int amount = 45, PointD offset = newPointD() ) : System
amount int Amount to bulge. Valid range is -200 - 100.
offset PointD Bulge origin point.
리턴 System

RenderLine() 보호된 메소드

protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void
src ISurface
dst ISurface
rect Rectangle
리턴 void