Struct NativePaint.FORMATRANGE
Information that a rich edit control uses to format its output for a particular device.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public struct FORMATRANGE
Fields
CharRange
The range of characters to format.
Declaration
public NativePaint.CHARRANGE CharRange
Field Value
Type |
---|
NativePaint.CHARRANGE |
Rect
The area within the page rectangle to render to.
Declaration
public NativePaint.RECT Rect
Field Value
Type |
---|
NativePaint.RECT |
WholeRect
The entire area of a page on the rendering device.
Declaration
public NativePaint.RECT WholeRect
Field Value
Type |
---|
NativePaint.RECT |