LineDisplayWindow 클래스

정의

선 표시 창을 나타냅니다.

public ref class LineDisplayWindow sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LineDisplayWindow final : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LineDisplayWindow final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class LineDisplayWindow : System.IDisposable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LineDisplayWindow : System.IDisposable
Public NotInheritable Class LineDisplayWindow
Implements IDisposable
상속
Object Platform::Object IInspectable LineDisplayWindow
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
1709 16299 커서
1709 16299 Marquee
1709 16299 ReadCharacterAtCursorAsync
1709 16299 TryDisplayStorageFileBitmapAtCursorAsync(StorageFile)
1709 16299 TryDisplayStorageFileBitmapAtCursorAsync(StorageFile,LineDisplayHorizontalAlignment,LineDisplayVerticalAlignment)
1709 16299 TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment,LineDisplayVerticalAlignment,Int32)
1709 16299 TryDisplayStorageFileBitmapAtPointAsync(StorageFile,Point)
1709 16299 TryDisplayStorageFileBitmapAtPointAsync(StorageFile,Point,Int32)
1709 16299 TryDisplayStoredBitmapAtCursorAsync

속성

Cursor

줄 표시 창의 커서를 가져옵니다.

InterCharacterWaitInterval

연속 문자를 표시하는 사이의 지연 간격을 가져오거나 설정합니다.

Marquee

선 표시 선택 윤곽을 가져옵니다.

SizeInCharacters

문자 줄(행 및 열)의 수로 창의 차원을 가져옵니다.

메서드

Close()

줄 표시 창 리소스를 닫고 디바이스의 창을 삭제합니다.

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

ReadCharacterAtCursorAsync()

현재 커서 위치에서 현재 표시된 문자를 비동기적으로 읽으려고 시도합니다.

TryClearTextAsync()

현재 창을 지웁니다. 모든 문자를 공백으로 변경하고, 창에 표시되는 비트맵을 지우고, Cursor.Position 을 로 {0,0}설정합니다.

TryDisplayStorageFileBitmapAtCursorAsync(StorageFile)

스토리지 파일의 비트맵을 현재 커서 위치에 비동기적으로 표시하려고 시도합니다.

TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment)

스토리지 파일의 비트맵을 현재 커서 위치에 비동기적으로 표시하려고 시도합니다.

TryDisplayStorageFileBitmapAtCursorAsync(StorageFile, LineDisplayHorizontalAlignment, LineDisplayVerticalAlignment, Int32)

특정 너비의 현재 커서 위치에 있는 스토리지 파일의 비트맵을 비동기적으로 표시하려고 시도합니다.

TryDisplayStorageFileBitmapAtPointAsync(StorageFile, Point)

특정 지점에서 스토리지 파일의 비트맵을 비동기적으로 표시하려고 시도합니다.

TryDisplayStorageFileBitmapAtPointAsync(StorageFile, Point, Int32)

특정 지점에 있는 스토리지 파일의 비트맵을 특정 너비로 비동기적으로 표시하려고 시도합니다.

TryDisplayStoredBitmapAtCursorAsync(LineDisplayStoredBitmap)

현재 커서 위치의 LineDisplayStoredBitmap 개체에서 저장된 비트맵을 비동기적으로 표시하려고 시도합니다.

TryDisplayTextAsync(String)

줄 표시 창에 지정된 텍스트를 표시해 봅니다.

TryDisplayTextAsync(String, LineDisplayTextAttribute)

지정된 표시 특성을 사용하여 줄 표시 창에 지정된 텍스트를 표시해 보세요.

TryDisplayTextAsync(String, LineDisplayTextAttribute, Point)

지정한 표시 특성을 사용하여 줄 표시 창의 지정된 위치에 지정된 텍스트를 표시해 보세요.

TryRefreshAsync()

줄 표시 창을 새로 고칩니다.

TryScrollTextAsync(LineDisplayScrollDirection, UInt32)

지정된 방향으로 지정된 줄 수의 창 텍스트 내용을 스크롤합니다.

적용 대상