C# 클래스 Pinta.ImageManipulation.Gradients.BaseLinearGradientRenderer

상속: BaseGradientRenderer
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation

보호된 프로퍼티들

프로퍼티 타입 설명
dtdx double
dtdy double

공개 메소드들

메소드 설명
BeforeRender ( ) : void

보호된 메소드들

메소드 설명
BaseLinearGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System

메소드 상세

BaseLinearGradientRenderer() 보호된 메소드

protected BaseLinearGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System
alphaOnly bool
normalBlendOp BinaryPixelOp
리턴 System

BeforeRender() 공개 메소드

public BeforeRender ( ) : void
리턴 void

프로퍼티 상세

dtdx 보호되어 있는 프로퍼티

protected double dtdx
리턴 double

dtdy 보호되어 있는 프로퍼티

protected double dtdy
리턴 double