Language

AppManagedIndexableAppContent.CreateFromBitmap Method

Definition

Overloads

CreateFromBitmap(String, SoftwareBitmap)

public:
 static AppManagedIndexableAppContent ^ CreateFromBitmap(Platform::String ^ contentId, SoftwareBitmap ^ bitmapContent);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("CreateFromBitmap")]
 static AppManagedIndexableAppContent CreateFromBitmap(winrt::hstring const& contentId, SoftwareBitmap const& bitmapContent);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("CreateFromBitmap")]
public static AppManagedIndexableAppContent CreateFromBitmap(string contentId, SoftwareBitmap bitmapContent);
function createFromBitmap(contentId, bitmapContent)
Public Shared Function CreateFromBitmap (contentId As String, bitmapContent As SoftwareBitmap) As AppManagedIndexableAppContent

Parameters

contentId
String

Platform::String

winrt::hstring

bitmapContent
SoftwareBitmap

Returns

Attributes

Applies to

CreateFromBitmap(String, SoftwareBitmap, ContentRegionImageOptions)

public:
 static AppManagedIndexableAppContent ^ CreateFromBitmap(Platform::String ^ contentId, SoftwareBitmap ^ bitmapContent, ContentRegionImageOptions ^ regionOptions);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("CreateFromBitmapWithOptions")]
 static AppManagedIndexableAppContent CreateFromBitmap(winrt::hstring const& contentId, SoftwareBitmap const& bitmapContent, ContentRegionImageOptions const& regionOptions);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("CreateFromBitmapWithOptions")]
public static AppManagedIndexableAppContent CreateFromBitmap(string contentId, SoftwareBitmap bitmapContent, ContentRegionImageOptions regionOptions);
function createFromBitmap(contentId, bitmapContent, regionOptions)
Public Shared Function CreateFromBitmap (contentId As String, bitmapContent As SoftwareBitmap, regionOptions As ContentRegionImageOptions) As AppManagedIndexableAppContent

Parameters

contentId
String

Platform::String

winrt::hstring

bitmapContent
SoftwareBitmap

Returns

Attributes

Applies to