C# 클래스 CustomGraphics.CustomControlsStyleKit

상속: NSObject
파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
DrawUIControlWell ( CGRect frame, bool inFocus, string title ) : void
DrawUISwitch ( bool inFocus, bool switchOn ) : void

비공개 메소드들

메소드 설명
CustomControlsStyleKit ( ) : System

메소드 상세

DrawUIControlWell() 공개 정적인 메소드

public static DrawUIControlWell ( CGRect frame, bool inFocus, string title ) : void
frame CGRect
inFocus bool
title string
리턴 void

DrawUISwitch() 공개 정적인 메소드

public static DrawUISwitch ( bool inFocus, bool switchOn ) : void
inFocus bool
switchOn bool
리턴 void