C# Класс Valve.Steamworks.CSteamScreenshots

Наследование: ISteamScreenshots
Показать файл Открыть проект

Открытые методы

Метод Описание
AddScreenshotToLibrary ( string pchFilename, string pchThumbnailFilename, int nWidth, int nHeight ) : uint
CSteamScreenshots ( IntPtr SteamScreenshots )
GetIntPtr ( ) : IntPtr
HookScreenshots ( bool bHook ) : void
SetLocation ( uint hScreenshot, string pchLocation ) : bool
TagPublishedFile ( uint hScreenshot, ulong unPublishedFileID ) : bool
TagUser ( uint hScreenshot, ulong steamID ) : bool
TriggerScreenshot ( ) : void
WriteScreenshot ( IntPtr pubRGB, uint cubRGB, int nWidth, int nHeight ) : uint

Приватные методы

Метод Описание
CheckIfUsable ( ) : void

Описание методов

AddScreenshotToLibrary() публичный Метод

public AddScreenshotToLibrary ( string pchFilename, string pchThumbnailFilename, int nWidth, int nHeight ) : uint
pchFilename string
pchThumbnailFilename string
nWidth int
nHeight int
Результат uint

CSteamScreenshots() публичный Метод

public CSteamScreenshots ( IntPtr SteamScreenshots )
SteamScreenshots System.IntPtr

GetIntPtr() публичный Метод

public GetIntPtr ( ) : IntPtr
Результат System.IntPtr

HookScreenshots() публичный Метод

public HookScreenshots ( bool bHook ) : void
bHook bool
Результат void

SetLocation() публичный Метод

public SetLocation ( uint hScreenshot, string pchLocation ) : bool
hScreenshot uint
pchLocation string
Результат bool

TagPublishedFile() публичный Метод

public TagPublishedFile ( uint hScreenshot, ulong unPublishedFileID ) : bool
hScreenshot uint
unPublishedFileID ulong
Результат bool

TagUser() публичный Метод

public TagUser ( uint hScreenshot, ulong steamID ) : bool
hScreenshot uint
steamID ulong
Результат bool

TriggerScreenshot() публичный Метод

public TriggerScreenshot ( ) : void
Результат void

WriteScreenshot() публичный Метод

public WriteScreenshot ( IntPtr pubRGB, uint cubRGB, int nWidth, int nHeight ) : uint
pubRGB System.IntPtr
cubRGB uint
nWidth int
nHeight int
Результат uint