Class NativeScroll.RegionCracker
Gets the rectangle region for the given offset.
Inheritance
System.Object
NativeScroll.RegionCracker
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class RegionCracker : Object
Constructors
RegionCracker()
Declaration
public RegionCracker()
Methods
CrackRegionData(IntPtr)
Cracks the region.
Declaration
public static NativePaint.RECT[] CrackRegionData(IntPtr hRgn)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | hRgn | The pointer to the region. |
Returns
| Type | Description |
|---|---|
| NativePaint.RECT[] | Returns the RECT array. |