次の方法で共有


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)

指定した方向に指定した行数だけウィンドウテキストの内容をスクロールします。

適用対象