C# Class Pinta.ImageManipulation.Gradients.BaseLinearGradientRenderer

Inheritance: BaseGradientRenderer
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Protected Properties

Свойство Type Description
dtdx double
dtdy double

Méthodes publiques

Méthode Description
BeforeRender ( ) : void

Méthodes protégées

Méthode Description
BaseLinearGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System

Method Details

BaseLinearGradientRenderer() protected méthode

protected BaseLinearGradientRenderer ( bool alphaOnly, BinaryPixelOp normalBlendOp ) : System
alphaOnly bool
normalBlendOp BinaryPixelOp
Résultat System

BeforeRender() public méthode

public BeforeRender ( ) : void
Résultat void

Property Details

dtdx protected_oe property

protected double dtdx
Résultat double

dtdy protected_oe property

protected double dtdy
Résultat double