다음을 통해 공유


IXpsFixedPageReader.GetImage(Uri) 메서드

정의

지정된 URI(Uniform Resource Identifier)가 있는 이미지를 가져옵니다.

public:
 System::Windows::Xps::Packaging::XpsImage ^ GetImage(Uri ^ uri);
public System.Windows.Xps.Packaging.XpsImage GetImage (Uri uri);
abstract member GetImage : Uri -> System.Windows.Xps.Packaging.XpsImage
Public Function GetImage (uri As Uri) As XpsImage

매개 변수

uri
Uri

이미지의 URI입니다.

반환

XpsImage

Uri가 지정된 이미지입니다.

적용 대상