Method | Description | |
---|---|---|
GradientView ( Context context ) : Android.Content | ||
GradientView ( Context context, IAttributeSet attrs ) : Android.Content | ||
GradientView ( ) : MagicGradients.Drawing |
Method | Description | |
---|---|---|
OnSizeChanged ( int width, int height, int oldWidth, int oldHeight ) : void |
Method | Description | |
---|---|---|
InvalidateNative ( ) : void |
public GradientView ( Context context ) : Android.Content | ||
context | Context | |
return | Android.Content |
public GradientView ( Context context, IAttributeSet attrs ) : Android.Content | ||
context | Context | |
attrs | IAttributeSet | |
return | Android.Content |
public GradientView ( ) : MagicGradients.Drawing | ||
return | MagicGradients.Drawing |
protected OnSizeChanged ( int width, int height, int oldWidth, int oldHeight ) : void | ||
width | int | |
height | int | |
oldWidth | int | |
oldHeight | int | |
return | void |