C# Class PixelFarm.Agg.Transform.AffinePlan

Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
cmd AffineMatrixCommand
x double
y double

Public Methods

Method Description
AffinePlan ( AffineMatrixCommand cmd, double x ) : System
AffinePlan ( AffineMatrixCommand cmd, double x, double y ) : System
Rotate ( double radAngle ) : AffinePlan
Scale ( double both ) : AffinePlan
Scale ( double x, double y ) : AffinePlan
Skew ( double x, double y ) : AffinePlan
Translate ( double x, double y ) : AffinePlan

Method Details

AffinePlan() public method

public AffinePlan ( AffineMatrixCommand cmd, double x ) : System
cmd AffineMatrixCommand
x double
return System

AffinePlan() public method

public AffinePlan ( AffineMatrixCommand cmd, double x, double y ) : System
cmd AffineMatrixCommand
x double
y double
return System

Rotate() public static method

public static Rotate ( double radAngle ) : AffinePlan
radAngle double
return AffinePlan

Scale() public static method

public static Scale ( double both ) : AffinePlan
both double
return AffinePlan

Scale() public static method

public static Scale ( double x, double y ) : AffinePlan
x double
y double
return AffinePlan

Skew() public static method

public static Skew ( double x, double y ) : AffinePlan
x double
y double
return AffinePlan

Translate() public static method

public static Translate ( double x, double y ) : AffinePlan
x double
y double
return AffinePlan

Property Details

cmd public_oe property

public AffineMatrixCommand cmd
return AffineMatrixCommand

x public_oe property

public double x
return double

y public_oe property

public double y
return double