CustomFilterBase::CreateSessionState Method
Called when a new filter session is created. If the filter overrides this method, it should return an object representing
session state that is specific to the filter. It can then access this object using the SessionState property from within OnProcess(PixelRegion, PixelRegion).
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0
protected: virtual Object^ CreateSessionState()
Return Value
Type: ObjectAn object representing session state.
Show: