GetPicture
original.SetTo(GetPicture(token), true);
BReference<ServerPicture> picture(GetPicture(token), true);
ServerPicture* GetPicture(int32 token) const;
BReference<ServerPicture> picture(fServerApp->GetPicture(pictureToken), true);
BReference<ServerPicture> picture(App()->GetPicture(token), true);
BReference<ServerPicture> picture(App()->GetPicture(token), true);
BReference<ServerPicture> pictureToDraw(App()->GetPicture(token), true);
BReference<ServerPicture> pictureToClip(fServerApp->GetPicture(pictureToken), true);
BReference<ServerPicture> appendPicture(App()->GetPicture(token), true);
return Window()->ServerWindow()->App()->GetPicture(token);
ServerPicture* GetPicture(int32 token) const;