Show / Hide Table of Contents

Class BitmapManager

Inheritance
System.Object
BitmapManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WPFOpenGL
Assembly: WPFOpenGL.dll
Syntax
public static class BitmapManager

Methods

CreateBitmap(Single[], Int32, Int32)

Declaration
public static Bitmap CreateBitmap(float[] data, int width, int height)
Parameters
Type Name Description
System.Single[] data
System.Int32 width
System.Int32 height
Returns
Type Description
Bitmap

scale(Single, Single, Single, Single, Single)

Declaration
public static float scale(float val, float oldmin, float oldmax, float newmin, float newmax)
Parameters
Type Name Description
System.Single val
System.Single oldmin
System.Single oldmax
System.Single newmin
System.Single newmax
Returns
Type Description
System.Single
In This Article
Back to top Generated by DocFX