Share via


CFRange Struct

Definition

Represents a range from two integers: location and length.

public struct CFRange
type CFRange = struct
Inheritance
CFRange

Constructors

Name Description
CFRange(Int32, Int32)
CFRange(Int64, Int64)
CFRange(IntPtr, IntPtr)

Properties

Name Description
Length
Location
LongLength
LongLocation

Methods

Name Description
ToString()

Applies to