C# Class Yodiwo.API.Plegma.ImageContentDescriptor

Inheritance: ContentDescriptor
Datei anzeigen Open project: yodiwo/plegma

Public Properties

Property Type Description
ColorDepth int
Format ImageFileFormat
PixelSizeX int
PixelSizeY int
Type ImageType

Public Methods

Method Description
ImageFileFormatFromURI ( string Uri ) : ImageFileFormat

Return image file format from URI

ImageTypeFromURI ( string Uri ) : ImageType

Return image type from URI

IsRaster ( ) : bool
IsSVG ( ) : bool

Method Details

ImageFileFormatFromURI() public static method

Return image file format from URI
public static ImageFileFormatFromURI ( string Uri ) : ImageFileFormat
Uri string
return ImageFileFormat

ImageTypeFromURI() public static method

Return image type from URI
public static ImageTypeFromURI ( string Uri ) : ImageType
Uri string
return ImageType

IsRaster() public method

public IsRaster ( ) : bool
return bool

IsSVG() public method

public IsSVG ( ) : bool
return bool

Property Details

ColorDepth public_oe property

public int ColorDepth
return int

Format public_oe property

public ImageFileFormat Format
return ImageFileFormat

PixelSizeX public_oe property

public int PixelSizeX
return int

PixelSizeY public_oe property

public int PixelSizeY
return int

Type public_oe property

public ImageType Type
return ImageType