Class NativeScroll.RegionCracker
Gets the rectangle region for the given offset.
Inheritance
System.Object
NativeScroll.RegionCracker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class RegionCracker
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. |