C# Class UlteriusServer.Api.Services.ScreenShare.ScreenData

Afficher le fichier Open project: Ulterius/server

Méthodes publiques

Свойство Type Description
NewBitmap System.Drawing.Bitmap
PrevBitmap System.Drawing.Bitmap

Méthodes publiques

Méthode Description
CaptureDesktop ( ) : Bitmap
GetImageFromByteArray ( byte byteArray ) : Bitmap
LocalAgentScreen ( Bitmap image ) : ScreenModel
LocalScreen ( ) : ScreenModel
PackScreenCaptureData ( Bitmap image, Rectangle bounds ) : byte[]

Private Methods

Méthode Description
GetBoundingBoxForChanges ( Bitmap &prevBitmap, Bitmap &newBitmap ) : Rectangle

Method Details

CaptureDesktop() public static méthode

public static CaptureDesktop ( ) : Bitmap
Résultat System.Drawing.Bitmap

GetImageFromByteArray() public static méthode

public static GetImageFromByteArray ( byte byteArray ) : Bitmap
byteArray byte
Résultat System.Drawing.Bitmap

LocalAgentScreen() public static méthode

public static LocalAgentScreen ( Bitmap image ) : ScreenModel
image System.Drawing.Bitmap
Résultat ScreenModel

LocalScreen() public static méthode

public static LocalScreen ( ) : ScreenModel
Résultat ScreenModel

PackScreenCaptureData() public static méthode

public static PackScreenCaptureData ( Bitmap image, Rectangle bounds ) : byte[]
image System.Drawing.Bitmap
bounds System.Drawing.Rectangle
Résultat byte[]

Property Details

NewBitmap public_oe static_oe property

public static Bitmap,System.Drawing NewBitmap
Résultat System.Drawing.Bitmap

PrevBitmap public_oe static_oe property

public static Bitmap,System.Drawing PrevBitmap
Résultat System.Drawing.Bitmap