Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTEdgeInsets Struct Reference

Edge inset distances for stretchable images. More...

#include <CPTDefinitions.h>

Public Fields

CGFloat top
 The top inset. More...
 
CGFloat left
 The left inset. More...
 
CGFloat bottom
 The bottom inset. More...
 
CGFloat right
 The right inset. More...
 

Detailed Description

Edge inset distances for stretchable images.

Member Data Documentation

◆ bottom

CGFloat CPTEdgeInsets::bottom

The bottom inset.

◆ left

CGFloat CPTEdgeInsets::left

The left inset.

◆ right

CGFloat CPTEdgeInsets::right

The right inset.

◆ top

CGFloat CPTEdgeInsets::top

The top inset.


The documentation for this struct was generated from the following file: