'Declaration Public Shared Function BurnIn( _ ByVal page As ImGearPage, _ ByVal artPage As ImGearARTPage, _ ByVal burnOptions As ImGearARTBurnInOptions, _ ByVal groupIndexes() As Integer _ ) As ImGearPage
'Usage Dim page As ImGearPage Dim artPage As ImGearARTPage Dim burnOptions As ImGearARTBurnInOptions Dim groupIndexes() As Integer Dim value As ImGearPage value = ImGearART.BurnIn(page, artPage, burnOptions, groupIndexes)
public static ImGearPage BurnIn( ImGearPage page, ImGearARTPage artPage, ImGearARTBurnInOptions burnOptions, int[] groupIndexes )
public: static ImGearPage* BurnIn( ImGearPage* page, ImGearARTPage* artPage, ImGearARTBurnInOptions burnOptions, int[]* groupIndexes )
public: static ImGearPage^ BurnIn( ImGearPage^ page, ImGearARTPage^ artPage, ImGearARTBurnInOptions burnOptions, array<int>^ groupIndexes )
Parameters
- page
- ImageGear.Core.ImGearPage class to burn marks in.
- artPage
- ART page to get marks from.
- burnOptions
- BurnIn options.
- groupIndexes
- List of group indexes to apply burn in to, null - all groups.
Return Value
ImageGear.Core.ImGearPage class object.