C# 클래스 android.graphics.drawable.ShapeDrawable.ShaderFactory

Base class defines a factory object that is called each time the drawable is resized (has a new width or height).
Base class defines a factory object that is called each time the drawable is resized (has a new width or height). Its resize() method returns a corresponding shader, or null. Implement this class if you'd like your ShapeDrawable to use a special android.graphics.Shader , such as a android.graphics.LinearGradient .
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
resize ( int arg0, int arg1 ) : global::android.graphics.Shader

보호된 메소드들

메소드 설명
ShaderFactory ( global @__env )

비공개 메소드들

메소드 설명
ShaderFactory ( )

메소드 상세

ShaderFactory() 보호된 메소드

protected ShaderFactory ( global @__env )
@__env global

resize() 공개 추상적인 메소드

public abstract resize ( int arg0, int arg1 ) : global::android.graphics.Shader
arg0 int
arg1 int
리턴 global::android.graphics.Shader