Search Results for

    Show / Hide Table of Contents

    Class Texture2D

    Inheritance
    java.lang.Object
    Texture2D
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class Texture2D

    Constructors

    Texture2D(TSRTexture tsrTexture)

    Declaration
    public Texture2D(TSRTexture tsrTexture)
    Parameters
    Type Name Description
    com.scichart.charting3d.interop.TSRTexture tsrTexture

    Fields

    height

    Declaration
    public final int height
    Field Value
    Type Description
    int

    tsrTexture

    Declaration
    public final TSRTexture tsrTexture
    Field Value
    Type Description
    com.scichart.charting3d.interop.TSRTexture

    width

    Declaration
    public final int width
    Field Value
    Type Description
    int

    Methods

    fromBitmap(Bitmap bitmap)

    Declaration
    public static Texture2D fromBitmap(Bitmap bitmap)
    Parameters
    Type Name Description
    android.graphics.Bitmap bitmap
    Returns
    Type Description

    getNativeTexture(Texture2D texture2D)

    Declaration
    public static TSRTexture getNativeTexture(Texture2D texture2D)
    Parameters
    Type Name Description
    texture2D
    Returns
    Type Description
    com.scichart.charting3d.interop.TSRTexture
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml