Class NativePaint.FORMATRANGE
Information that a rich edit control uses to format its output for a particular device.
Inheritance
System.Object
NativePaint.FORMATRANGE
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class FORMATRANGE : ValueType
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 |