C# Class Yodiwo.API.Plegma.ImageContentDescriptor

Inheritance: ContentDescriptor
Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Свойство Type Description
ColorDepth int
Format ImageFileFormat
PixelSizeX int
PixelSizeY int
Type ImageType

Méthodes publiques

Méthode 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 méthode

Return image file format from URI
public static ImageFileFormatFromURI ( string Uri ) : ImageFileFormat
Uri string
Résultat ImageFileFormat

ImageTypeFromURI() public static méthode

Return image type from URI
public static ImageTypeFromURI ( string Uri ) : ImageType
Uri string
Résultat ImageType

IsRaster() public méthode

public IsRaster ( ) : bool
Résultat bool

IsSVG() public méthode

public IsSVG ( ) : bool
Résultat bool

Property Details

ColorDepth public_oe property

public int ColorDepth
Résultat int

Format public_oe property

public ImageFileFormat Format
Résultat ImageFileFormat

PixelSizeX public_oe property

public int PixelSizeX
Résultat int

PixelSizeY public_oe property

public int PixelSizeY
Résultat int

Type public_oe property

public ImageType Type
Résultat ImageType