CFRange Struct

Definition

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()

Applies to