C# Class Monobjc.AVFoundation.AVEdgeWidths64

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
bottom double
left double
right double
top double

Property Details

bottom public property

The thickness, in pixels, of the bottom-edge processing region of theedgeWidths property.
public double bottom
return double

left public property

The thickness, in pixels, of the left-edge processing region of theedgeWidths property.
public double left
return double

right public property

The thickness, in pixels, of the right-edge processing region of theedgeWidths property.
public double right
return double

top public property

The thickness, in pixels, of the top-edge processing region of theedgeWidths property.
public double top
return double