C# 클래스 Nexus.Client.Util.ExtendedImage

This class extends the information and functionality if an Image.
Ideally this class would extend Image, but all of Image's constructors are internal, making extension pointless.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
ExtendedImage ( byte p_bteImage ) : System.Drawing

Creates an image from the given byte array.

GetExtension ( ) : string

Returns the file extension commonly associated with the image's format.

메소드 상세

ExtendedImage() 공개 메소드

Creates an image from the given byte array.
public ExtendedImage ( byte p_bteImage ) : System.Drawing
p_bteImage byte A byte array representing an image.
리턴 System.Drawing

GetExtension() 공개 메소드

Returns the file extension commonly associated with the image's format.
Thrown if the 's /// is not recognized.
public GetExtension ( ) : string
리턴 string