C# Class Pinta.ImageManipulation.Gradients.BaseLinearGradientRenderer

Inheritance: BaseGradientRenderer
Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation

Protected Properties

Property Type Description
dtdx double
dtdy double

Public Methods

Method Description
BeforeRender ( ) : void

Protected Methods

Method Description
BaseLinearGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System

Method Details

BaseLinearGradientRenderer() protected method

protected BaseLinearGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System
alphaOnly bool
normalBlendOp BinaryPixelOp
return System

BeforeRender() public method

public BeforeRender ( ) : void
return void

Property Details

dtdx protected_oe property

protected double dtdx
return double

dtdy protected_oe property

protected double dtdy
return double