共用方式為


ITextRange.InsertImage 方法

定義

將影像插入此範圍。

public:
 void InsertImage(int width, int height, int ascent, VerticalCharacterAlignment verticalAlign, Platform::String ^ alternateText, IRandomAccessStream ^ value);
void InsertImage(int const& width, int const& height, int const& ascent, VerticalCharacterAlignment const& verticalAlign, winrt::hstring const& alternateText, IRandomAccessStream const& value);
public void InsertImage(int width, int height, int ascent, VerticalCharacterAlignment verticalAlign, string alternateText, IRandomAccessStream value);
function insertImage(width, height, ascent, verticalAlign, alternateText, value)
Public Sub InsertImage (width As Integer, height As Integer, ascent As Integer, verticalAlign As VerticalCharacterAlignment, alternateText As String, value As IRandomAccessStream)

參數

width
Int32

int

影像的寬度,以裝置無關的圖元 (DIP) 。

height
Int32

int

影像的高度,以 DIP 為單位。

ascent
Int32

int

如果 verticalAlignBaseline,則這個參數是以 DIP 為單位的距離,影像頂端會延伸至文字基準上方。 如果 verticalAlignBaseline ,而 ascent 為零,則影像底部會放在文字基準。

verticalAlign
VerticalCharacterAlignment

影像的垂直對齊方式。

alternateText
String

Platform::String

winrt::hstring

影像的替代文字。

value
IRandomAccessStream

包含影像資料的資料流程。

適用於