Compartilhar via


NotesWindowManagerPreview.TrySetNoteSize(Int32, Size) Método

Definição

Redimensiona a anotação especificada para as dimensões desejadas. Se o tamanho determinado não for recomendado devido a problemas de tamanho/espaço na tela, o tamanho da nota não será alterado.

public:
 virtual bool TrySetNoteSize(int noteViewId, Size size) = TrySetNoteSize;
bool TrySetNoteSize(int const& noteViewId, Size const& size);
public bool TrySetNoteSize(int noteViewId, Size size);
function trySetNoteSize(noteViewId, size)
Public Function TrySetNoteSize (noteViewId As Integer, size As Size) As Boolean

Parâmetros

noteViewId
Int32

int

O identificador exclusivo da anotação a ser redimensionada.

size
Size

As dimensões desejadas da anotação (use pixels brutos ao construir).

Retornos

Boolean

bool

true se a anotação tiver sido redimensionada, false se ela não tiver sido redimensionada devido a restrições de tela.

Aplica-se a