CFRange Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a range from two integers: location and length.
public struct CFRange
type CFRange = struct
- Inheritance
-
CFRange
Constructors
CFRange(Int32, Int32) | |
CFRange(Int64, Int64) | |
CFRange(nint, nint) |
Properties
Length | |
Location | |
LongLength | |
LongLocation |
Methods
ToString() |