CodeGlyphX logo
CodeGlyphX

API Reference

Struct

ImageInfo

Namespace CodeGlyphX.Rendering
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

Basic image metadata returned by ImageReader.TryReadInfo.

Inheritance

  • ValueType
  • ImageInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public ImageInfo(ImageFormat format, Int32 width, Int32 height) #

Creates a new ImageInfo.

Parameters

format CodeGlyphX.Rendering.ImageFormat requiredposition: 0
width System.Int32 requiredposition: 1
height System.Int32 requiredposition: 2

Properties

public ImageFormat Format { get; } #

Image format.

public Int32 Width { get; } #

Image width in pixels.

public Int32 Height { get; } #

Image height in pixels.

public Boolean IsValid { get; } #

Indicates whether the info looks valid.