'Declaration Public Function CanApplyNightVision( _ ByVal page As ImGearRasterPage _ ) As Boolean
'Usage Dim instance As ImGearEffectsVerifier Dim page As ImGearRasterPage Dim value As Boolean value = instance.CanApplyNightVision(page)
public bool CanApplyNightVision( ImGearRasterPage page )
public: bool CanApplyNightVision( ImGearRasterPage* page )
public: bool CanApplyNightVision( ImGearRasterPage^ page )
Parameters
- page
- Page to apply the method to.
Return Value
Boolean value.