Method | Description | |
---|---|---|
CalculateResize ( int SourceWidth, int SourceHeight, int TargetWidth, int TargetHeight ) : |
||
CalculateResize ( int SourceWidth, int SourceHeight, int TargetWidth, int TargetHeight, float &scaleRatio ) : |
||
CalculateResize ( this Source, int TargetWidth, int TargetHeight ) : |
||
CalculateResize ( this Source, int TargetWidth, int TargetHeight, float &scaleRatio ) : |
||
Divide ( this Other, float Divisor ) : |
||
DrawImageResized ( this graphics, Image SourceImage ) : void | ||
DrawImageResized ( this graphics, Image SourceImage, float Scale, float LocationX, float LocationY ) : void | ||
EmbedIconOverlay ( this Source, Image Icon ) : void | ||
InterpolateColours ( this Start, Color End, double Progress ) : Color | ||
Multiply ( this Other, float Multiplier ) : |
||
ResizeImage ( this Source, int TargetWidth, int TargetHeight, |
||
RotateImage ( this Source, float Angle, |
||
SaveJpg ( this Source, int Quality ) : Stream | ||
SaveJpg ( this Source, int Quality, Stream OutStream ) : void | ||
SaveJpg ( this Source, int Quality, string Filename ) : void | ||
SavePng ( this Source ) : Stream | ||
SavePng ( this Source, Stream OutStream ) : void | ||
SavePng ( this Source, string Filename ) : void |
public static CalculateResize ( int SourceWidth, int SourceHeight, int TargetWidth, int TargetHeight ) : |
||
SourceWidth | int | |
SourceHeight | int | |
TargetWidth | int | |
TargetHeight | int | |
return |
public static CalculateResize ( int SourceWidth, int SourceHeight, int TargetWidth, int TargetHeight, float &scaleRatio ) : |
||
SourceWidth | int | |
SourceHeight | int | |
TargetWidth | int | |
TargetHeight | int | |
scaleRatio | float | |
return |
public static CalculateResize ( this Source, int TargetWidth, int TargetHeight ) : |
||
Source | this | |
TargetWidth | int | |
TargetHeight | int | |
return |
public static CalculateResize ( this Source, int TargetWidth, int TargetHeight, float &scaleRatio ) : |
||
Source | this | |
TargetWidth | int | |
TargetHeight | int | |
scaleRatio | float | |
return |
public static Divide ( this Other, float Divisor ) : |
||
Other | this | |
Divisor | float | |
return |
public static DrawImageResized ( this graphics, Image SourceImage ) : void | ||
graphics | this | |
SourceImage | Image | |
return | void |
public static DrawImageResized ( this graphics, Image SourceImage, float Scale, float LocationX, float LocationY ) : void | ||
graphics | this | |
SourceImage | Image | |
Scale | float | |
LocationX | float | |
LocationY | float | |
return | void |
public static EmbedIconOverlay ( this Source, Image Icon ) : void | ||
Source | this | |
Icon | Image | |
return | void |
public static InterpolateColours ( this Start, Color End, double Progress ) : Color | ||
Start | this | |
End | Color | |
Progress | double | |
return | Color |
public static Multiply ( this Other, float Multiplier ) : |
||
Other | this | |
Multiplier | float | |
return |
public static ResizeImage ( this Source, int TargetWidth, int TargetHeight, |
||
Source | this | |
TargetWidth | int | |
TargetHeight | int | |
BackgroundColor | ||
return |
public static RotateImage ( this Source, float Angle, |
||
Source | this | |
Angle | float | |
BackgroundColor | ||
ResizeIfOver45Deg | bool | |
return |
public static SaveJpg ( this Source, int Quality ) : Stream | ||
Source | this | |
Quality | int | |
return | Stream |
public static SaveJpg ( this Source, int Quality, Stream OutStream ) : void | ||
Source | this | |
Quality | int | |
OutStream | Stream | |
return | void |
public static SaveJpg ( this Source, int Quality, string Filename ) : void | ||
Source | this | |
Quality | int | |
Filename | string | |
return | void |
public static SavePng ( this Source ) : Stream | ||
Source | this | |
return | Stream |
public static SavePng ( this Source, Stream OutStream ) : void | ||
Source | this | |
OutStream | Stream | |
return | void |
public static SavePng ( this Source, string Filename ) : void | ||
Source | this | |
Filename | string | |
return | void |