In This Topic
Object Model
Syntax
'Declaration
<Foundation.RegisterAttribute("CAShapeLayer", True)>
Public Class RoundRectLayer
Inherits CoreAnimation.CAShapeLayer
Implements CoreAnimation.ICAMediaTiming, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject
'Usage
Dim instance As RoundRectLayer
[Foundation.Register("CAShapeLayer", true)]
public class RoundRectLayer : CoreAnimation.CAShapeLayer, CoreAnimation.ICAMediaTiming, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject
Inheritance Hierarchy
System.Object
Foundation.NSObject
CoreAnimation.CALayer
CoreAnimation.CAShapeLayer
C1.iOS.Input.RoundRectLayer
See Also