ITextRange.InsertImage 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 범위에 이미지를 삽입합니다.
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
verticalAlign이 Baseline인 경우 이 매개 변수는 이미지 위쪽이 텍스트 기준선 위로 확장되는 거리(DIP)입니다. verticalAlign이 기준선이고 상승이 0이면 이미지의 아래쪽이 텍스트 기준선에 배치됩니다.
- verticalAlign
- VerticalCharacterAlignment
이미지의 세로 맞춤입니다.
- alternateText
-
String
Platform::String
winrt::hstring
이미지의 대체 텍스트입니다.
- value
- IRandomAccessStream
이미지 데이터가 포함된 스트림입니다.