iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

ISCITexture2D

@protocol ISCITexture2D <ISCIDisposable>

Defines the interface to a 2D Texture, a small fixed-sized bitmap which can be update and rendered to the viewport.

  • Get the width of texture in pixels.

    Declaration

    Objective-C

    @property (nonatomic, readonly) unsigned int width;

    Swift

    var width: UInt32 { get }
  • Get the heithg of texture in pixels.

    Declaration

    Objective-C

    @property (nonatomic, readonly) unsigned int height;

    Swift

    var height: UInt32 { get }